#577DAF

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

Shades of Havelock Blue #577DAF

Tints of Havelock Blue #577DAF

Color information

#577DAF (or 0x577DAF) is unknown color: approx Havelock Blue. HEX triplet: 57, 7D and AF. RGB value is (87,125,175). Sum of RGB (Red+Green+Blue) = 87+125+175=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #577DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577DAF is #A88250. Grayscale: #777777. Windows color (decimal): -11043409 or 11500887. OLE color: 11500887.

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

Color convert

RGB87125175-
CMYK0.500.2900.31
HSL214.09º35.48%51.37%-
HSV(B)214.09º50.29%68.63%-
XYZ1919.7943.38-
YUV119.34159.41104.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.48%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=22.48%
G=32.30%
B=45.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871251750.500.2900.31214.0935.4851.37
Hex577DAF321D01Fd62333
Octal12717525762350373264363
Binary10101111111101101011111100101110101111111010110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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