#5979AF

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

Shades of Havelock Blue #5979AF

Tints of Havelock Blue #5979AF

Color information

#5979AF (or 0x5979AF) is unknown color: approx Havelock Blue. HEX triplet: 59, 79 and AF. RGB value is (89,121,175). Sum of RGB (Red+Green+Blue) = 89+121+175=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #5979AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5979AF is #A68650. Grayscale: #757575. Windows color (decimal): -10913361 or 11499865. OLE color: 11499865.

HSL color Cylindrical-coordinate representation of color #5979AF: hue angle of 217.67º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5979AF is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB89121175-
CMYK0.490.3100.31
HSL217.67º34.96%51.76%-
HSV(B)217.67º49.14%68.63%-
XYZ18.718.8943.22-
YUV117.59160.4107.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.12%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=23.12%
G=31.43%
B=45.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891211750.490.3100.31217.6734.9651.76
Hex5979AF311F01Fda2334
Octal13117125761370373324364
Binary10110011111001101011111100011111101111111011010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5979AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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