#5988D6

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

Shades of Havelock Blue #5988D6

Tints of Havelock Blue #5988D6

Color information

#5988D6 (or 0x5988D6) is unknown color: approx Havelock Blue. HEX triplet: 59, 88 and D6. RGB value is (89,136,214). Sum of RGB (Red+Green+Blue) = 89+136+214=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #5988D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5988D6 is #A67729. Grayscale: #828282. Windows color (decimal): -10909482 or 14059609. OLE color: 14059609.

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

Color convert

RGB89136214-
CMYK0.580.3600.16
HSL217.44º60.39%59.41%-
HSV(B)217.44º58.41%83.92%-
XYZ25.0624.5967.04-
YUV130.84174.9398.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.27%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 214 (83.98% from 255) = 48.75%
R=20.27%
G=30.98%
B=48.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal891362140.580.3600.16217.4460.3959.41
Hex5988D63A24010d93c3b
Octal13121032672440203317473
Binary1011001100010001101011011101010010001000011011001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5988D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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