#587DBA

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

Shades of Havelock Blue #587DBA

Tints of Havelock Blue #587DBA

Color information

#587DBA (or 0x587DBA) is unknown color: approx Havelock Blue. HEX triplet: 58, 7D and BA. RGB value is (88,125,186). Sum of RGB (Red+Green+Blue) = 88+125+186=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #587DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587DBA is #A78245. Grayscale: #787878. Windows color (decimal): -10977862 or 12221784. OLE color: 12221784.

HSL color Cylindrical-coordinate representation of color #587DBA: hue angle of 217.35º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #587DBA is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88125186-
CMYK0.530.3300.27
HSL217.35º41.53%53.73%-
HSV(B)217.35º52.69%72.94%-
XYZ20.2220.2949.3-
YUV120.89164.74104.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.06%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=22.06%
G=31.33%
B=46.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881251860.530.3300.27217.3541.5353.73
Hex587DBA352101Bd92a36
Octal13017527265410333315266
Binary101100011111011011101011010110000101101111011001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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