#577AAF

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

Shades of Havelock Blue #577AAF

Tints of Havelock Blue #577AAF

Color information

#577AAF (or 0x577AAF) is unknown color: approx Havelock Blue. HEX triplet: 57, 7A and AF. RGB value is (87,122,175). Sum of RGB (Red+Green+Blue) = 87+122+175=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #577AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577AAF is #A88550. Grayscale: #757575. Windows color (decimal): -11044177 or 11500119. OLE color: 11500119.

HSL color Cylindrical-coordinate representation of color #577AAF: hue angle of 216.14º 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 #577AAF is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB87122175-
CMYK0.500.3000.31
HSL216.14º35.48%51.37%-
HSV(B)216.14º50.29%68.63%-
XYZ18.6319.0443.25-
YUV117.58160.4106.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.66%
GREEN value IS 122 (48.05% from 255) = 31.77%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=22.66%
G=31.77%
B=45.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871221750.500.3000.31216.1435.4851.37
Hex577AAF321E01Fd82333
Octal12717225762360373304363
Binary10101111111010101011111100101111001111111011000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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