#577CAE

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

Shades of Havelock Blue #577CAE

Tints of Havelock Blue #577CAE

Color information

#577CAE (or 0x577CAE) is unknown color: approx Havelock Blue. HEX triplet: 57, 7C and AE. RGB value is (87,124,174). Sum of RGB (Red+Green+Blue) = 87+124+174=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #577CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577CAE is #A88351. Grayscale: #767676. Windows color (decimal): -11043666 or 11435095. OLE color: 11435095.

HSL color Cylindrical-coordinate representation of color #577CAE: hue angle of 214.48º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #577CAE is Cyan = 0.5, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB87124174-
CMYK0.50.2900.32
HSL214.48º34.94%51.18%-
HSV(B)214.48º50%68.24%-
XYZ18.7819.542.82-
YUV118.64159.24105.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.60%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=22.60%
G=32.21%
B=45.19%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871241740.50.2900.32214.4834.9451.18
Hex577CAE321D020d62333
Octal12717425662350403264363
Binary101011111111001010111011001011101010000011010110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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