#587DAE

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

Shades of Havelock Blue #587DAE

Tints of Havelock Blue #587DAE

Color information

#587DAE (or 0x587DAE) is unknown color: approx Havelock Blue. HEX triplet: 58, 7D and AE. RGB value is (88,125,174). Sum of RGB (Red+Green+Blue) = 88+125+174=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #587DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587DAE is #A78251. Grayscale: #777777. Windows color (decimal): -10977874 or 11435352. OLE color: 11435352.

HSL color Cylindrical-coordinate representation of color #587DAE: hue angle of 214.19º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #587DAE is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88125174-
CMYK0.490.2800.32
HSL214.19º34.68%51.37%-
HSV(B)214.19º49.43%68.24%-
XYZ1919.842.86-
YUV119.52158.74105.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.74%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=22.74%
G=32.30%
B=44.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881251740.490.2800.32214.1934.6851.37
Hex587DAE311C020d62333
Octal13017525661340403264363
Binary101100011111011010111011000111100010000011010110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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