Color #5221DE

HEX

#5221DE

RGB

(82, 33, 222)

Quick Actions

Color Values

Color Space Values
RGB
R: 82, G: 33, B: 222 (32%, 13%, 87%)
CMYK C: 63%, M: 85%, Y: 0%, K: 13%
HSL H: 256°, S: 74%, L: 50%
HSV H: 256°, S: 85%, V: 87%
CIE-LAB L: 34.31, a: 66, b: -85.68
CIE-LCH L: 34.31, C: 108.15, H: 307.61
Hunter-Lab L: 28.57, a: 55.44, b: -150.97
Web Safe
#6633cc
Complementary
#adde20

#5221DE is a color with RGB values of 82 red, 33 green, and 222 blue (32%, 13%, 87% respectively). In the CMYK color space, it consists of 63% cyan, 85% magenta, 0% yellow, and 13% black. The color has a hue angle of 256°, 74% saturation, and 50% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #6633cc. The complementary color is #adde20, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #5221DE

Explore different variations of #5221DE including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #5221DE. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #5221DE

Explore different color combinations and harmonies that work well with #5221DE.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #5221DE

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #5221DE

Text with #5221DE

This text has a font color of #5221DE.

<span style="color:#5221DE;">Text here</span>
.text { color: #5221DE; }

#5221DE background color

This paragraph has a background color of #5221DE.

<p style="background-color:#5221DE;">Content here</p>
.background { background-color: #5221DE; }

#5221DE border color

This element has a border color of #5221DE.
<div style="border:1px solid #5221DE;">Content here</div>
.border { border: 1px solid #5221DE; }

#5221DE box shadow

This element has a box shadow using #5221DE.
<div style="box-shadow: 0 4px 6px -1px #5221DE80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #5221DE80; }
Copied to clipboard!