#587DBC

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

Shades of Havelock Blue #587DBC

Tints of Havelock Blue #587DBC

Color information

#587DBC (or 0x587DBC) is unknown color: approx Havelock Blue. HEX triplet: 58, 7D and BC. RGB value is (88,125,188). Sum of RGB (Red+Green+Blue) = 88+125+188=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #587DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587DBC is #A78243. Grayscale: #787878. Windows color (decimal): -10977860 or 12352856. OLE color: 12352856.

HSL color Cylindrical-coordinate representation of color #587DBC: hue angle of 217.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #587DBC is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB88125188-
CMYK0.530.3400.26
HSL217.8º42.74%54.12%-
HSV(B)217.8º53.19%73.73%-
XYZ20.4420.3750.43-
YUV121.12165.74104.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.95%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=21.95%
G=31.17%
B=46.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881251880.530.3400.26217.842.7454.12
Hex587DBC352201Ada2b36
Octal13017527465420323325366
Binary101100011111011011110011010110001001101011011010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587DBC; }

 p { color: rgb(88,125,188); }

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

<style>
 a { background-color: #587DBC; }

 a { background-color: rgb(88,125,188); }

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

<style>
 span { border-color: #587DBC; }

 span { border-color: rgb(88,125,188); }

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