#5979AD

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

Shades of Havelock Blue #5979AD

Tints of Havelock Blue #5979AD

Color information

#5979AD (or 0x5979AD) is unknown color: approx Havelock Blue. HEX triplet: 59, 79 and AD. RGB value is (89,121,173). Sum of RGB (Red+Green+Blue) = 89+121+173=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #5979AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5979AD is #A68652. Grayscale: #757575. Windows color (decimal): -10913363 or 11368793. OLE color: 11368793.

HSL color Cylindrical-coordinate representation of color #5979AD: hue angle of 217.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5979AD is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB89121173-
CMYK0.490.3000.32
HSL217.14º33.87%51.37%-
HSV(B)217.14º48.55%67.84%-
XYZ18.518.8242.19-
YUV117.36159.4107.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=23.24%
G=31.59%
B=45.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891211730.490.3000.32217.1433.8751.37
Hex5979AD311E020d92233
Octal13117125561360403314263
Binary101100111110011010110111000111110010000011011001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5979AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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