#587ACD

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

Shades of Havelock Blue #587ACD

Tints of Havelock Blue #587ACD

Color information

#587ACD (or 0x587ACD) is unknown color: approx Havelock Blue. HEX triplet: 58, 7A and CD. RGB value is (88,122,205). Sum of RGB (Red+Green+Blue) = 88+122+205=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #587ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587ACD is #A78532. Grayscale: #787878. Windows color (decimal): -10978611 or 13466200. OLE color: 13466200.

HSL color Cylindrical-coordinate representation of color #587ACD: hue angle of 222.56º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #587ACD is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88122205-
CMYK0.570.4000.20
HSL222.56º53.92%57.45%-
HSV(B)222.56º57.07%80.39%-
XYZ2220.460.54-
YUV121.3175.24104.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.20%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 205 (80.47% from 255) = 49.40%
R=21.20%
G=29.40%
B=49.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881222050.570.4000.20222.5653.9257.45
Hex587ACD3928014df3639
Octal13017231571500243376671
Binary101100011110101100110111100110100001010011011111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,122,205); }

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

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

 a { background-color: rgb(88,122,205); }

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

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

 span { border-color: rgb(88,122,205); }

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