#5879B3

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

Shades of Havelock Blue #5879B3

Tints of Havelock Blue #5879B3

Color information

#5879B3 (or 0x5879B3) is unknown color: approx Havelock Blue. HEX triplet: 58, 79 and B3. RGB value is (88,121,179). Sum of RGB (Red+Green+Blue) = 88+121+179=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 179 - color contains mainly: blue. Hex color #5879B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5879B3 is #A7864C. Grayscale: #757575. Windows color (decimal): -10978893 or 11762008. OLE color: 11762008.

HSL color Cylindrical-coordinate representation of color #5879B3: hue angle of 218.24º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5879B3 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB88121179-
CMYK0.510.3200.30
HSL218.24º37.45%52.35%-
HSV(B)218.24º50.84%70.2%-
XYZ191945.31-
YUV117.74162.57106.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.68%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 179 (70.31% from 255) = 46.13%
R=22.68%
G=31.19%
B=46.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal881211790.510.3200.30218.2437.4552.35
Hex5879B3332001Eda2534
Octal13017126363400363324564
Binary101100011110011011001111001110000001111011011010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5879B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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