#577CCC

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

Shades of Havelock Blue #577CCC

Tints of Havelock Blue #577CCC

Color information

#577CCC (or 0x577CCC) is unknown color: approx Havelock Blue. HEX triplet: 57, 7C and CC. RGB value is (87,124,204). Sum of RGB (Red+Green+Blue) = 87+124+204=415 (54% of max value = 765). Red value is 87 (34.38% from 255 or 20.96% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #577CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577CCC is #A88333. Grayscale: #797979. Windows color (decimal): -11043636 or 13401175. OLE color: 13401175.

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

Color convert

RGB87124204-
CMYK0.570.3900.2
HSL221.03º53.42%57.06%-
HSV(B)221.03º57.35%80%-
XYZ22.0420.859.98-
YUV122.06174.24103-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.96%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 204 (80.08% from 255) = 49.16%
R=20.96%
G=29.88%
B=49.16%

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
Decimal871242040.570.3900.2221.0353.4257.06
Hex577CCC3927014dd3539
Octal12717431471470243356571
Binary101011111111001100110011100110011101010011011101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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