#5989CF

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

Shades of Havelock Blue #5989CF

Tints of Havelock Blue #5989CF

Color information

#5989CF (or 0x5989CF) is unknown color: approx Havelock Blue. HEX triplet: 59, 89 and CF. RGB value is (89,137,207). Sum of RGB (Red+Green+Blue) = 89+137+207=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #5989CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5989CF is #A67630. Grayscale: #828282. Windows color (decimal): -10909233 or 13601113. OLE color: 13601113.

HSL color Cylindrical-coordinate representation of color #5989CF: hue angle of 215.59º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5989CF is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB89137207-
CMYK0.570.3400.19
HSL215.59º55.14%58.04%-
HSV(B)215.59º57%81.18%-
XYZ24.3324.5262.48-
YUV130.63171.198.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.55%
GREEN value IS 137 (53.91% from 255) = 31.64%
BLUE value IS 207 (81.25% from 255) = 47.81%
R=20.55%
G=31.64%
B=47.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal891372070.570.3400.19215.5955.1458.04
Hex5989CF3922013d8373a
Octal13121131771420233306772
Binary1011001100010011100111111100110001001001111011000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5989CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5989CF; }

 p { color: rgb(89,137,207); }

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

<style>
 a { background-color: #5989CF; }

 a { background-color: rgb(89,137,207); }

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

<style>
 span { border-color: #5989CF; }

 span { border-color: rgb(89,137,207); }

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