#5988CB

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

Shades of Havelock Blue #5988CB

Tints of Havelock Blue #5988CB

Color information

#5988CB (or 0x5988CB) is unknown color: approx Havelock Blue. HEX triplet: 59, 88 and CB. RGB value is (89,136,203). Sum of RGB (Red+Green+Blue) = 89+136+203=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #5988CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5988CB is #A67734. Grayscale: #818181. Windows color (decimal): -10909493 or 13338713. OLE color: 13338713.

HSL color Cylindrical-coordinate representation of color #5988CB: hue angle of 215.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5988CB is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB89136203-
CMYK0.560.3300.20
HSL215.26º52.29%57.25%-
HSV(B)215.26º56.16%79.61%-
XYZ23.724.0459.89-
YUV129.58169.4399.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.79%
GREEN value IS 136 (53.52% from 255) = 31.78%
BLUE value IS 203 (79.69% from 255) = 47.43%
R=20.79%
G=31.78%
B=47.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal891362030.560.3300.20215.2652.2957.25
Hex5988CB3821014d73439
Octal13121031370410243276471
Binary1011001100010001100101111100010000101010011010111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5988CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5988CB; }

 p { color: rgb(89,136,203); }

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

<style>
 a { background-color: #5988CB; }

 a { background-color: rgb(89,136,203); }

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

<style>
 span { border-color: #5988CB; }

 span { border-color: rgb(89,136,203); }

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