#5878BE

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

Shades of Havelock Blue #5878BE

Tints of Havelock Blue #5878BE

Color information

#5878BE (or 0x5878BE) is unknown color: approx Havelock Blue. HEX triplet: 58, 78 and BE. RGB value is (88,120,190). Sum of RGB (Red+Green+Blue) = 88+120+190=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #5878BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5878BE is #A78741. Grayscale: #767676. Windows color (decimal): -10979138 or 12482648. OLE color: 12482648.

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

Color convert

RGB88120190-
CMYK0.540.3700.25
HSL221.18º43.97%54.51%-
HSV(B)221.18º53.68%74.51%-
XYZ20.0419.2351.37-
YUV118.41168.4106.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.11%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=22.11%
G=30.15%
B=47.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881201900.540.3700.25221.1843.9754.51
Hex5878BE3625019dd2c37
Octal13017027666450313355467
Binary101100011110001011111011011010010101100111011101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5878BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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