#5979BF

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

Shades of Havelock Blue #5979BF

Tints of Havelock Blue #5979BF

Color information

#5979BF (or 0x5979BF) is unknown color: approx Havelock Blue. HEX triplet: 59, 79 and BF. RGB value is (89,121,191). Sum of RGB (Red+Green+Blue) = 89+121+191=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #5979BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5979BF is #A68640. Grayscale: #777777. Windows color (decimal): -10913345 or 12548441. OLE color: 12548441.

HSL color Cylindrical-coordinate representation of color #5979BF: hue angle of 221.18º 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 #5979BF is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89121191-
CMYK0.530.3700.25
HSL221.18º44.35%54.9%-
HSV(B)221.18º53.4%74.9%-
XYZ20.3619.5651.99-
YUV119.41168.4106.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.19%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 191 (75% from 255) = 47.63%
R=22.19%
G=30.17%
B=47.63%

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
Decimal891211910.530.3700.25221.1844.3554.9
Hex5979BF3525019dd2c37
Octal13117127765450313355467
Binary101100111110011011111111010110010101100111011101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5979BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5979BF; }

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

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

<style>
 a { background-color: #5979BF; }

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

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

<style>
 span { border-color: #5979BF; }

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

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