#587FBD

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

Shades of Havelock Blue #587FBD

Tints of Havelock Blue #587FBD

Color information

#587FBD (or 0x587FBD) is unknown color: approx Havelock Blue. HEX triplet: 58, 7F and BD. RGB value is (88,127,189). Sum of RGB (Red+Green+Blue) = 88+127+189=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #587FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587FBD is #A78042. Grayscale: #7A7A7A. Windows color (decimal): -10977347 or 12418904. OLE color: 12418904.

HSL color Cylindrical-coordinate representation of color #587FBD: hue angle of 216.83º 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 #587FBD is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB88127189-
CMYK0.530.3300.26
HSL216.83º43.35%54.31%-
HSV(B)216.83º53.44%74.12%-
XYZ20.820.9351.09-
YUV122.41165.58103.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.78%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 189 (74.22% from 255) = 46.78%
R=21.78%
G=31.44%
B=46.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881271890.530.3300.26216.8343.3554.31
Hex587FBD352101Ad92b36
Octal13017727565410323315366
Binary101100011111111011110111010110000101101011011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,127,189); }

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

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

 a { background-color: rgb(88,127,189); }

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

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

 span { border-color: rgb(88,127,189); }

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