#5879BE

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

Shades of Havelock Blue #5879BE

Tints of Havelock Blue #5879BE

Color information

#5879BE (or 0x5879BE) is unknown color: approx Havelock Blue. HEX triplet: 58, 79 and BE. RGB value is (88,121,190). Sum of RGB (Red+Green+Blue) = 88+121+190=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #5879BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5879BE is #A78641. Grayscale: #767676. Windows color (decimal): -10978882 or 12482904. OLE color: 12482904.

HSL color Cylindrical-coordinate representation of color #5879BE: hue angle of 220.59º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5879BE is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB88121190-
CMYK0.540.3600.25
HSL220.59º43.97%54.51%-
HSV(B)220.59º53.68%74.51%-
XYZ20.1619.4751.41-
YUV119168.07105.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.06%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=22.06%
G=30.33%
B=47.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881211900.540.3600.25220.5943.9754.51
Hex5879BE3624019dd2c37
Octal13017127666440313355467
Binary101100011110011011111011011010010001100111011101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5879BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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