#577CDA

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

Shades of Havelock Blue #577CDA

Tints of Havelock Blue #577CDA

Color information

#577CDA (or 0x577CDA) is unknown color: approx Havelock Blue. HEX triplet: 57, 7C and DA. RGB value is (87,124,218). Sum of RGB (Red+Green+Blue) = 87+124+218=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #577CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577CDA is #A88325. Grayscale: #7B7B7B. Windows color (decimal): -11043622 or 14318679. OLE color: 14318679.

HSL color Cylindrical-coordinate representation of color #577CDA: hue angle of 223.05º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #577CDA is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB87124218-
CMYK0.600.4300.15
HSL223.05º63.9%59.8%-
HSV(B)223.05º60.09%85.49%-
XYZ23.7921.569.23-
YUV123.65181.24101.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.28%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 218 (85.55% from 255) = 50.82%
R=20.28%
G=28.90%
B=50.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal871242180.600.4300.15223.0563.959.8
Hex577CDA3C2B0Fdf403c
Octal127174332745301733710074
Binary101011111111001101101011110010101101111110111111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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