#5878BA

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

Shades of Havelock Blue #5878BA

Tints of Havelock Blue #5878BA

Color information

#5878BA (or 0x5878BA) is unknown color: approx Havelock Blue. HEX triplet: 58, 78 and BA. RGB value is (88,120,186). Sum of RGB (Red+Green+Blue) = 88+120+186=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #5878BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5878BA is #A78745. Grayscale: #757575. Windows color (decimal): -10979142 or 12220504. OLE color: 12220504.

HSL color Cylindrical-coordinate representation of color #5878BA: hue angle of 220.41º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5878BA is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88120186-
CMYK0.530.3500.27
HSL220.41º41.53%53.73%-
HSV(B)220.41º52.69%72.94%-
XYZ19.619.0549.1-
YUV117.96166.4106.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.34%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=22.34%
G=30.46%
B=47.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881201860.530.3500.27220.4141.5353.73
Hex5878BA352301Bdc2a36
Octal13017027265430333345266
Binary101100011110001011101011010110001101101111011100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5878BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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