Html Css Color HEX #5508DB Han Purple

📋 copy color: '#5508DB'

red 85 ◦ green 8 ◦ blue 219

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

Shades of Han Purple #5508DB

Tints of Han Purple #5508DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

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

R = 27.24%
G = 2.56%
B = 70.19%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5508DB (or 0x5508DB) is known color: Han Purple. HEX triplet: 55, 08 and DB. RGB value is (85,8,219). Sum of RGB (Red+Green+Blue) = 85+8+219=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #5508DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5508DB is #AAF724. Grayscale: #363636. Windows color (decimal): -11204389 or 14354517. OLE color: 14354517.

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

Color convert

RGB 85 8 219 -
CMYK 0.61 0.96 0 0.14
HSL 261.9º 0.93% 0.45% -
HSV(B) 261.9º 0.96% 0.86% -
XYZ 16.62 7.22 67.54 -
YUV 55.08 220.51 149.34 -
System Red Green Blue C M Y K H S L
Decimal 85 8 219 0.61 0.96 0 0.14 261.9 0.93 0.45
Hex 55 8 DB 3D 60 0 E 106 5D 2D
Octal 125 10 333 75 140 0 16 406 135 55
Binary 1010101 1000 11011011 111101 1100000 0 1110 100000110 1011101 101101

Color Harmonies of #5508DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5508DB

Black with #5508DB

Text Example


Text Example

White with #5508DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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