#5972CE

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

Shades of Havelock Blue #5972CE

Tints of Havelock Blue #5972CE

Color information

#5972CE (or 0x5972CE) is unknown color: approx Havelock Blue. HEX triplet: 59, 72 and CE. RGB value is (89,114,206). Sum of RGB (Red+Green+Blue) = 89+114+206=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #5972CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5972CE is #A68D31. Grayscale: #747474. Windows color (decimal): -10915122 or 13529689. OLE color: 13529689.

HSL color Cylindrical-coordinate representation of color #5972CE: hue angle of 227.18º degrees, saturation: 0.54, 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 #5972CE is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB89114206-
CMYK0.570.4500.19
HSL227.18º54.42%57.84%-
HSV(B)227.18º56.8%80.78%-
XYZ21.2818.6160.86-
YUV117.01178.22108.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.76%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 206 (80.86% from 255) = 50.37%
R=21.76%
G=27.87%
B=50.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal891142060.570.4500.19227.1854.4257.84
Hex5972CE392D013e3363a
Octal13116231671550233436672
Binary101100111100101100111011100110110101001111100011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5972CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5972CE; }

 p { color: rgb(89,114,206); }

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

<style>
 a { background-color: #5972CE; }

 a { background-color: rgb(89,114,206); }

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

<style>
 span { border-color: #5972CE; }

 span { border-color: rgb(89,114,206); }

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