Html Css Color HEX #5504DB Han Purple

📋 copy color: '#5504DB'

red 85 ◦ green 4 ◦ blue 219

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

Shades of Han Purple #5504DB

Tints of Han Purple #5504DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

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

R = 27.6%
G = 1.3%
B = 71.1%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5504DB (or 0x5504DB) is known color: Han Purple. HEX triplet: 55, 04 and DB. RGB value is (85,4,219). Sum of RGB (Red+Green+Blue) = 85+4+219=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #5504DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5504DB is #AAFB24. Grayscale: #333333. Windows color (decimal): -11205413 or 14353493. OLE color: 14353493.

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

Color convert

RGB 85 4 219 -
CMYK 0.61 0.98 0 0.14
HSL 262.6º 0.96% 0.44% -
HSV(B) 262.6º 0.98% 0.86% -
XYZ 16.58 7.13 67.52 -
YUV 52.73 221.84 151.02 -
System Red Green Blue C M Y K H S L
Decimal 85 4 219 0.61 0.98 0 0.14 262.6 0.96 0.44
Hex 55 4 DB 3D 62 0 E 107 60 2C
Octal 125 4 333 75 142 0 16 407 140 54
Binary 1010101 100 11011011 111101 1100010 0 1110 100000111 1100000 101100

Color Harmonies of #5504DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5504DB

Black with #5504DB

Text Example


Text Example

White with #5504DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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