#5878D1

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

Shades of Havelock Blue #5878D1

Tints of Havelock Blue #5878D1

Color information

#5878D1 (or 0x5878D1) is unknown color: approx Havelock Blue. HEX triplet: 58, 78 and D1. RGB value is (88,120,209). Sum of RGB (Red+Green+Blue) = 88+120+209=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #5878D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5878D1 is #A7872E. Grayscale: #787878. Windows color (decimal): -10979119 or 13727832. OLE color: 13727832.

HSL color Cylindrical-coordinate representation of color #5878D1: hue angle of 224.13º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5878D1 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB88120209-
CMYK0.580.4300.18
HSL224.13º56.81%58.24%-
HSV(B)224.13º57.89%81.96%-
XYZ22.2520.1163.03-
YUV120.58177.9104.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.10%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 209 (82.03% from 255) = 50.12%
R=21.10%
G=28.78%
B=50.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal881202090.580.4300.18224.1356.8158.24
Hex5878D13A2B012e0393a
Octal13017032172530223407172
Binary101100011110001101000111101010101101001011100000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5878D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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