#5976CF

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

Shades of Havelock Blue #5976CF

Tints of Havelock Blue #5976CF

Color information

#5976CF (or 0x5976CF) is unknown color: approx Havelock Blue. HEX triplet: 59, 76 and CF. RGB value is (89,118,207). Sum of RGB (Red+Green+Blue) = 89+118+207=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #5976CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5976CF is #A68930. Grayscale: #777777. Windows color (decimal): -10914097 or 13596249. OLE color: 13596249.

HSL color Cylindrical-coordinate representation of color #5976CF: hue angle of 225.25º 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 #5976CF is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB89118207-
CMYK0.570.4300.19
HSL225.25º55.14%58.04%-
HSV(B)225.25º57%81.18%-
XYZ21.8619.5961.66-
YUV119.48177.39106.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.50%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 207 (81.25% from 255) = 50%
R=21.50%
G=28.50%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal891182070.570.4300.19225.2555.1458.04
Hex5976CF392B013e1373a
Octal13116631771530233416772
Binary101100111101101100111111100110101101001111100001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5976CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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