#5878D7

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

Shades of Havelock Blue #5878D7

Tints of Havelock Blue #5878D7

Color information

#5878D7 (or 0x5878D7) is unknown color: approx Havelock Blue. HEX triplet: 58, 78 and D7. RGB value is (88,120,215). Sum of RGB (Red+Green+Blue) = 88+120+215=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #5878D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5878D7 is #A78728. Grayscale: #787878. Windows color (decimal): -10979113 or 14121048. OLE color: 14121048.

HSL color Cylindrical-coordinate representation of color #5878D7: hue angle of 224.88º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5878D7 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB88120215-
CMYK0.590.4400.16
HSL224.88º61.35%59.41%-
HSV(B)224.88º59.07%84.31%-
XYZ23.0120.4167.02-
YUV121.26180.9104.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.80%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 215 (84.38% from 255) = 50.83%
R=20.80%
G=28.37%
B=50.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal881202150.590.4400.16224.8861.3559.41
Hex5878D73B2C010e13d3b
Octal13017032773540203417573
Binary101100011110001101011111101110110001000011100001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5878D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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