#5978CB

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

Shades of Havelock Blue #5978CB

Tints of Havelock Blue #5978CB

Color information

#5978CB (or 0x5978CB) is unknown color: approx Havelock Blue. HEX triplet: 59, 78 and CB. RGB value is (89,120,203). Sum of RGB (Red+Green+Blue) = 89+120+203=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #5978CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978CB is #A68734. Grayscale: #777777. Windows color (decimal): -10913589 or 13334617. OLE color: 13334617.

HSL color Cylindrical-coordinate representation of color #5978CB: hue angle of 223.68º degrees, saturation: 0.52, 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 #5978CB is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB89120203-
CMYK0.560.4100.20
HSL223.68º52.29%57.25%-
HSV(B)223.68º56.16%79.61%-
XYZ21.6219.8759.2-
YUV120.19174.73105.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.60%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=21.60%
G=29.13%
B=49.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal891202030.560.4100.20223.6852.2957.25
Hex5978CB3829014e03439
Octal13117031370510243406471
Binary101100111110001100101111100010100101010011100000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5978CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5978CB; }

 p { color: rgb(89,120,203); }

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

<style>
 a { background-color: #5978CB; }

 a { background-color: rgb(89,120,203); }

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

<style>
 span { border-color: #5978CB; }

 span { border-color: rgb(89,120,203); }

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