#587DAF

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

Shades of Havelock Blue #587DAF

Tints of Havelock Blue #587DAF

Color information

#587DAF (or 0x587DAF) is unknown color: approx Havelock Blue. HEX triplet: 58, 7D and AF. RGB value is (88,125,175). Sum of RGB (Red+Green+Blue) = 88+125+175=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #587DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587DAF is #A78250. Grayscale: #777777. Windows color (decimal): -10977873 or 11500888. OLE color: 11500888.

HSL color Cylindrical-coordinate representation of color #587DAF: hue angle of 214.48º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #587DAF is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88125175-
CMYK0.500.2900.31
HSL214.48º35.22%51.57%-
HSV(B)214.48º49.71%68.63%-
XYZ19.119.8443.38-
YUV119.64159.24105.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.68%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 175 (68.75% from 255) = 45.10%
R=22.68%
G=32.22%
B=45.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881251750.500.2900.31214.4835.2251.57
Hex587DAF321D01Fd62334
Octal13017525762350373264364
Binary10110001111101101011111100101110101111111010110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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