#5978bf

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

Shades of Havelock Blue #5978BF

Tints of Havelock Blue #5978BF

Color information

#5978BF (or 0x5978BF) is unknown color: approx Havelock Blue. HEX triplet: 59, 78 and BF. RGB value is (89,120,191). Sum of RGB (Red+Green+Blue) = 89+120+191=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #5978BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978BF is #A68740. Grayscale: #767676. Windows color (decimal): -10913601 or 12548185. OLE color: 12548185.

HSL color Cylindrical-coordinate representation of color #5978BF: hue angle of 221.76º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5978BF is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89120191-
CMYK0.530.3700.25
HSL221.76º44.35%54.9%-
HSV(B)221.76º53.4%74.9%-
XYZ20.2419.3251.95-
YUV118.82168.73106.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.25%
GREEN value IS 120 (47.27% from 255) = 30%
BLUE value IS 191 (75% from 255) = 47.75%
R=22.25%
G=30%
B=47.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891201910.530.3700.25221.7644.3554.9
Hex5978BF3525019de2c37
Octal13117027765450313365467
Binary101100111110001011111111010110010101100111011110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5978bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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