#5879B4

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

Shades of Havelock Blue #5879B4

Tints of Havelock Blue #5879B4

Color information

#5879B4 (or 0x5879B4) is unknown color: approx Havelock Blue. HEX triplet: 58, 79 and B4. RGB value is (88,121,180). Sum of RGB (Red+Green+Blue) = 88+121+180=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #5879B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5879B4 is #A7864B. Grayscale: #757575. Windows color (decimal): -10978892 or 11827544. OLE color: 11827544.

HSL color Cylindrical-coordinate representation of color #5879B4: hue angle of 218.48º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5879B4 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB88121180-
CMYK0.510.3300.29
HSL218.48º38.02%52.55%-
HSV(B)218.48º51.11%70.59%-
XYZ19.119.0445.85-
YUV117.86163.07106.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.62%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 180 (70.70% from 255) = 46.27%
R=22.62%
G=31.11%
B=46.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881211800.510.3300.29218.4838.0252.55
Hex5879B4332101Dda2635
Octal13017126463410353324665
Binary101100011110011011010011001110000101110111011010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5879B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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