#587DDC

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

Shades of Havelock Blue #587DDC

Tints of Havelock Blue #587DDC

Color information

#587DDC (or 0x587DDC) is unknown color: approx Havelock Blue. HEX triplet: 58, 7D and DC. RGB value is (88,125,220). Sum of RGB (Red+Green+Blue) = 88+125+220=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #587DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587DDC is #A78223. Grayscale: #7C7C7C. Windows color (decimal): -10977828 or 14450008. OLE color: 14450008.

HSL color Cylindrical-coordinate representation of color #587DDC: hue angle of 223.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #587DDC is Cyan = 0.6, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB88125220-
CMYK0.60.4300.14
HSL223.18º65.35%60.39%-
HSV(B)223.18º60%86.27%-
XYZ24.2821.9170.66-
YUV124.77181.74101.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.32%
GREEN value IS 125 (49.22% from 255) = 28.87%
BLUE value IS 220 (86.33% from 255) = 50.81%
R=20.32%
G=28.87%
B=50.81%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal881252200.60.4300.14223.1865.3560.39
Hex587DDC3C2B0Edf413c
Octal130175334745301633710174
Binary101100011111011101110011110010101101110110111111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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