#5879BD

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

Shades of Havelock Blue #5879BD

Tints of Havelock Blue #5879BD

Color information

#5879BD (or 0x5879BD) is unknown color: approx Havelock Blue. HEX triplet: 58, 79 and BD. RGB value is (88,121,189). Sum of RGB (Red+Green+Blue) = 88+121+189=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #5879BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5879BD is #A78642. Grayscale: #767676. Windows color (decimal): -10978883 or 12417368. OLE color: 12417368.

HSL color Cylindrical-coordinate representation of color #5879BD: hue angle of 220.4º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5879BD is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB88121189-
CMYK0.530.3600.26
HSL220.4º43.35%54.31%-
HSV(B)220.4º53.44%74.12%-
XYZ20.0519.4250.84-
YUV118.88167.57105.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.11%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 189 (74.22% from 255) = 47.49%
R=22.11%
G=30.40%
B=47.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881211890.530.3600.26220.443.3554.31
Hex5879BD352401Adc2b36
Octal13017127565440323345366
Binary101100011110011011110111010110010001101011011100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5879BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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