#5589D7

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

Shades of Havelock Blue #5589D7

Tints of Havelock Blue #5589D7

Color information

#5589D7 (or 0x5589D7) is unknown color: approx Havelock Blue. HEX triplet: 55, 89 and D7. RGB value is (85,137,215). Sum of RGB (Red+Green+Blue) = 85+137+215=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #5589D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5589D7 is #AA7628. Grayscale: #818181. Windows color (decimal): -11171369 or 14125397. OLE color: 14125397.

HSL color Cylindrical-coordinate representation of color #5589D7: hue angle of 216º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5589D7 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85137215-
CMYK0.600.3600.16
HSL216º61.9%58.82%-
HSV(B)216º60.47%84.31%-
XYZ24.9624.7367.75-
YUV130.34175.7795.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.45%
GREEN value IS 137 (53.91% from 255) = 31.35%
BLUE value IS 215 (84.38% from 255) = 49.20%
R=19.45%
G=31.35%
B=49.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851372150.600.3600.1621661.958.82
Hex5589D73C24010d83e3b
Octal12521132774440203307673
Binary1010101100010011101011111110010010001000011011000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5589D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5589D7; }

 p { color: rgb(85,137,215); }

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

<style>
 a { background-color: #5589D7; }

 a { background-color: rgb(85,137,215); }

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

<style>
 span { border-color: #5589D7; }

 span { border-color: rgb(85,137,215); }

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