Html Css Color HEX #5521DB Han Purple

📋 copy color: '#5521DB'

red 85 ◦ green 33 ◦ blue 219

#5521DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5521DB

Tints of Han Purple #5521DB

RGB

 RED value IS 85 (33.59% from 255) = 25.22%

 GREEN value IS 33 (13.28% from 255) = 9.79%

 BLUE value IS 219 (85.94% from 255) = 64.99%

R = 25.22%
G = 9.79%
B = 64.99%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5521DB (or 0x5521DB) is known color: Han Purple. HEX triplet: 55, 21 and DB. RGB value is (85,33,219). Sum of RGB (Red+Green+Blue) = 85+33+219=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #5521DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5521DB is #AADE24. Grayscale: #454545. Windows color (decimal): -11197989 or 14360917. OLE color: 14360917.

HSL color Cylindrical-coordinate representation of color #5521DB: hue angle of 256.77º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5521DB is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 33 219 -
CMYK 0.61 0.85 0 0.14
HSL 256.77º 0.74% 0.49% -
HSV(B) 256.77º 0.85% 0.86% -
XYZ 17.08 8.13 67.69 -
YUV 69.75 212.23 138.88 -
System Red Green Blue C M Y K H S L
Decimal 85 33 219 0.61 0.85 0 0.14 256.77 0.74 0.49
Hex 55 21 DB 3D 55 0 E 101 4A 31
Octal 125 41 333 75 125 0 16 401 112 61
Binary 1010101 100001 11011011 111101 1010101 0 1110 100000001 1001010 110001

Color Harmonies of #5521DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5521DB

Black with #5521DB

Text Example


Text Example

White with #5521DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5521DB; }

 p { color: rgb(85,33,219); }

 H1.HeaderClassName
 {
   color: #5521DB;
 }
 .AnyTagClassName
 {
   color: #5521DB;
 }
</style>

background-color css

<style>
 a { background-color: #5521DB; }

 a { background-color: rgb(85,33,219); }

 div.DivClassName
 {
   background-color: #5521DB;
 }
 .BgClassName
 {
   background-color: #5521DB;
 }
</style>

border-color css

<style>
 span { border-color: #5521DB; }

 span { border-color: rgb(85,33,219); }

 td.TdClassName
 {
   border-color: #5521DB;
 }
 .TagClassName
 {
   border-color: #5521DB;
 }
</style>