#5978BA

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

Shades of Havelock Blue #5978BA

Tints of Havelock Blue #5978BA

Color information

#5978BA (or 0x5978BA) is unknown color: approx Havelock Blue. HEX triplet: 59, 78 and BA. RGB value is (89,120,186). Sum of RGB (Red+Green+Blue) = 89+120+186=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #5978BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978BA is #A68745. Grayscale: #757575. Windows color (decimal): -10913606 or 12220505. OLE color: 12220505.

HSL color Cylindrical-coordinate representation of color #5978BA: hue angle of 220.82º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5978BA is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89120186-
CMYK0.520.3500.27
HSL220.82º41.28%53.92%-
HSV(B)220.82º52.15%72.94%-
XYZ19.719.149.1-
YUV118.26166.23107.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.53%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=22.53%
G=30.38%
B=47.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891201860.520.3500.27220.8241.2853.92
Hex5978BA342301Bdd2936
Octal13117027264430333355166
Binary101100111110001011101011010010001101101111011101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5978BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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