#5879D5

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

Shades of Havelock Blue #5879D5

Tints of Havelock Blue #5879D5

Color information

#5879D5 (or 0x5879D5) is unknown color: approx Havelock Blue. HEX triplet: 58, 79 and D5. RGB value is (88,121,213). Sum of RGB (Red+Green+Blue) = 88+121+213=422 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.85% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #5879D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5879D5 is #A7862A. Grayscale: #797979. Windows color (decimal): -10978859 or 13990232. OLE color: 13990232.

HSL color Cylindrical-coordinate representation of color #5879D5: hue angle of 224.16º degrees, saturation: 0.6, 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 #5879D5 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB88121213-
CMYK0.590.4300.16
HSL224.16º59.81%59.02%-
HSV(B)224.16º58.69%83.53%-
XYZ22.8720.5565.71-
YUV121.62179.57104.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.85%
GREEN value IS 121 (47.66% from 255) = 28.67%
BLUE value IS 213 (83.59% from 255) = 50.47%
R=20.85%
G=28.67%
B=50.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal881212130.590.4300.16224.1659.8159.02
Hex5879D53B2B010e03c3b
Octal13017132573530203407473
Binary101100011110011101010111101110101101000011100000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5879D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5879D5; }

 p { color: rgb(88,121,213); }

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

<style>
 a { background-color: #5879D5; }

 a { background-color: rgb(88,121,213); }

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

<style>
 span { border-color: #5879D5; }

 span { border-color: rgb(88,121,213); }

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