#5580DB

Color #5580DB Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5580DB

Tints of Havelock Blue #5580DB

Color information

#5580DB (or 0x5580DB) is unknown color: approx Havelock Blue. HEX triplet: 55, 80 and DB. RGB value is (85,128,219). Sum of RGB (Red+Green+Blue) = 85+128+219=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #5580DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5580DB is #AA7F24. Grayscale: #7D7D7D. Windows color (decimal): -11173669 or 14385237. OLE color: 14385237.

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

Color convert

RGB85128219-
CMYK0.610.4200.14
HSL220.75º65.05%59.61%-
HSV(B)220.75º61.19%85.88%-
XYZ24.2522.4870.08-
YUV125.52180.7599.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.68%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 219 (85.94% from 255) = 50.69%
R=19.68%
G=29.63%
B=50.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal851282190.610.4200.14220.7565.0559.61
Hex5580DB3D2A0Edd413c
Octal125200333755201633510174
Binary1010101100000001101101111110110101001110110111011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5580DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5580DB;
 }
 .AnyTagClassName
 {
   color: #5580DB;
 }
</style>
background-color css

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

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

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

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

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

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