#5976CC

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

Shades of Havelock Blue #5976CC

Tints of Havelock Blue #5976CC

Color information

#5976CC (or 0x5976CC) is unknown color: approx Havelock Blue. HEX triplet: 59, 76 and CC. RGB value is (89,118,204). Sum of RGB (Red+Green+Blue) = 89+118+204=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #5976CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5976CC is #A68933. Grayscale: #767676. Windows color (decimal): -10914100 or 13399641. OLE color: 13399641.

HSL color Cylindrical-coordinate representation of color #5976CC: hue angle of 224.87º degrees, saturation: 0.53, 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 #5976CC is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB89118204-
CMYK0.560.4200.2
HSL224.87º53%57.45%-
HSV(B)224.87º56.37%80%-
XYZ21.519.4459.75-
YUV119.13175.89106.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.65%
GREEN value IS 118 (46.48% from 255) = 28.71%
BLUE value IS 204 (80.08% from 255) = 49.64%
R=21.65%
G=28.71%
B=49.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal891182040.560.4200.2224.875357.45
Hex5976CC382A014e13539
Octal13116631470520243416571
Binary101100111101101100110011100010101001010011100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5976CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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