Html Css Color HEX #5506DB Han Purple

📋 copy color: '#5506DB'

red 85 ◦ green 6 ◦ blue 219

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

Shades of Han Purple #5506DB

Tints of Han Purple #5506DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

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

R = 27.42%
G = 1.94%
B = 70.65%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5506DB (or 0x5506DB) is known color: Han Purple. HEX triplet: 55, 06 and DB. RGB value is (85,6,219). Sum of RGB (Red+Green+Blue) = 85+6+219=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #5506DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5506DB is #AAF924. Grayscale: #353535. Windows color (decimal): -11204901 or 14354005. OLE color: 14354005.

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

Color convert

RGB 85 6 219 -
CMYK 0.61 0.97 0 0.14
HSL 262.25º 0.95% 0.44% -
HSV(B) 262.25º 0.97% 0.86% -
XYZ 16.6 7.18 67.53 -
YUV 53.9 221.17 150.18 -
System Red Green Blue C M Y K H S L
Decimal 85 6 219 0.61 0.97 0 0.14 262.25 0.95 0.44
Hex 55 6 DB 3D 61 0 E 106 5F 2C
Octal 125 6 333 75 141 0 16 406 137 54
Binary 1010101 110 11011011 111101 1100001 0 1110 100000110 1011111 101100

Color Harmonies of #5506DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5506DB

Black with #5506DB

Text Example


Text Example

White with #5506DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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