#5879AF

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

Shades of Havelock Blue #5879AF

Tints of Havelock Blue #5879AF

Color information

#5879AF (or 0x5879AF) is unknown color: approx Havelock Blue. HEX triplet: 58, 79 and AF. RGB value is (88,121,175). Sum of RGB (Red+Green+Blue) = 88+121+175=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #5879AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5879AF is #A78650. Grayscale: #757575. Windows color (decimal): -10978897 or 11499864. OLE color: 11499864.

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

Color convert

RGB88121175-
CMYK0.500.3100.31
HSL217.24º35.22%51.57%-
HSV(B)217.24º49.71%68.63%-
XYZ18.618.8443.21-
YUV117.29160.57107.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.92%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=22.92%
G=31.51%
B=45.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881211750.500.3100.31217.2435.2251.57
Hex5879AF321F01Fd92334
Octal13017125762370373314364
Binary10110001111001101011111100101111101111111011001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5879AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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