#5878BD

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

Shades of Havelock Blue #5878BD

Tints of Havelock Blue #5878BD

Color information

#5878BD (or 0x5878BD) is unknown color: approx Havelock Blue. HEX triplet: 58, 78 and BD. RGB value is (88,120,189). Sum of RGB (Red+Green+Blue) = 88+120+189=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #5878BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5878BD is #A78742. Grayscale: #757575. Windows color (decimal): -10979139 or 12417112. OLE color: 12417112.

HSL color Cylindrical-coordinate representation of color #5878BD: hue angle of 220.99º 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 #5878BD is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB88120189-
CMYK0.530.3700.26
HSL220.99º43.35%54.31%-
HSV(B)220.99º53.44%74.12%-
XYZ19.9319.1850.8-
YUV118.3167.9106.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.17%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 189 (74.22% from 255) = 47.61%
R=22.17%
G=30.23%
B=47.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881201890.530.3700.26220.9943.3554.31
Hex5878BD352501Add2b36
Octal13017027565450323355366
Binary101100011110001011110111010110010101101011011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5878BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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