#588cd6

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

Shades of Havelock Blue #588CD6

Tints of Havelock Blue #588CD6

Color information

#588CD6 (or 0x588CD6) is unknown color: approx Havelock Blue. HEX triplet: 58, 8C and D6. RGB value is (88,140,214). Sum of RGB (Red+Green+Blue) = 88+140+214=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #588CD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588CD6 is #A77329. Grayscale: #848484. Windows color (decimal): -10973994 or 14060632. OLE color: 14060632.

HSL color Cylindrical-coordinate representation of color #588CD6: hue angle of 215.24º 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 #588CD6 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB88140214-
CMYK0.590.3500.16
HSL215.24º60.58%59.22%-
HSV(B)215.24º58.88%83.92%-
XYZ25.5425.6967.23-
YUV132.89173.7795.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.91%
GREEN value IS 140 (55.08% from 255) = 31.67%
BLUE value IS 214 (83.98% from 255) = 48.42%
R=19.91%
G=31.67%
B=48.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal881402140.590.3500.16215.2460.5859.22
Hex588CD63B23010d73d3b
Octal13021432673430203277573
Binary1011000100011001101011011101110001101000011010111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588cd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588cd6; }

 p { color: rgb(88,140,214); }

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

<style>
 a { background-color: #588cd6; }

 a { background-color: rgb(88,140,214); }

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

<style>
 span { border-color: #588cd6; }

 span { border-color: rgb(88,140,214); }

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