#577DCC

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

Shades of Havelock Blue #577DCC

Tints of Havelock Blue #577DCC

Color information

#577DCC (or 0x577DCC) is unknown color: approx Havelock Blue. HEX triplet: 57, 7D and CC. RGB value is (87,125,204). Sum of RGB (Red+Green+Blue) = 87+125+204=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #577DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DCC is #A88233. Grayscale: #7A7A7A. Windows color (decimal): -11043380 or 13401431. OLE color: 13401431.

HSL color Cylindrical-coordinate representation of color #577DCC: hue angle of 220.51º degrees, saturation: 0.53, 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 #577DCC is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB87125204-
CMYK0.570.3900.2
HSL220.51º53.42%57.06%-
HSV(B)220.51º57.35%80%-
XYZ22.1621.0560.02-
YUV122.64173.91102.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.91%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=20.91%
G=30.05%
B=49.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal871252040.570.3900.2220.5153.4257.06
Hex577DCC3927014dd3539
Octal12717531471470243356571
Binary101011111111011100110011100110011101010011011101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577DCC; }

 p { color: rgb(87,125,204); }

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

<style>
 a { background-color: #577DCC; }

 a { background-color: rgb(87,125,204); }

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

<style>
 span { border-color: #577DCC; }

 span { border-color: rgb(87,125,204); }

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