#5879AE

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

Shades of Havelock Blue #5879AE

Tints of Havelock Blue #5879AE

Color information

#5879AE (or 0x5879AE) is unknown color: approx Havelock Blue. HEX triplet: 58, 79 and AE. RGB value is (88,121,174). Sum of RGB (Red+Green+Blue) = 88+121+174=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #5879AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5879AE is #A78651. Grayscale: #747474. Windows color (decimal): -10978898 or 11434328. OLE color: 11434328.

HSL color Cylindrical-coordinate representation of color #5879AE: hue angle of 216.98º degrees, saturation: 0.35, 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 #5879AE is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88121174-
CMYK0.490.3000.32
HSL216.98º34.68%51.37%-
HSV(B)216.98º49.43%68.24%-
XYZ18.518.8142.7-
YUV117.18160.07107.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.98%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=22.98%
G=31.59%
B=45.43%

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
Decimal881211740.490.3000.32216.9834.6851.37
Hex5879AE311E020d92333
Octal13017125661360403314363
Binary101100011110011010111011000111110010000011011001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5879AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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