#5979BA

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

Shades of Havelock Blue #5979BA

Tints of Havelock Blue #5979BA

Color information

#5979BA (or 0x5979BA) is unknown color: approx Havelock Blue. HEX triplet: 59, 79 and BA. RGB value is (89,121,186). Sum of RGB (Red+Green+Blue) = 89+121+186=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #5979BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5979BA is #A68645. Grayscale: #767676. Windows color (decimal): -10913350 or 12220761. OLE color: 12220761.

HSL color Cylindrical-coordinate representation of color #5979BA: hue angle of 220.21º 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 #5979BA is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89121186-
CMYK0.520.3500.27
HSL220.21º41.28%53.92%-
HSV(B)220.21º52.15%72.94%-
XYZ19.8219.3449.14-
YUV118.84165.9106.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.47%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 186 (73.05% from 255) = 46.97%
R=22.47%
G=30.56%
B=46.97%

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
Decimal891211860.520.3500.27220.2141.2853.92
Hex5979BA342301Bdc2936
Octal13117127264430333345166
Binary101100111110011011101011010010001101101111011100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5979BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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