#577AAA

Color #577AAA San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #577AAA

Tints of San Marino #577AAA

Color information

#577AAA (or 0x577AAA) is unknown color: approx San Marino. HEX triplet: 57, 7A and AA. RGB value is (87,122,170). Sum of RGB (Red+Green+Blue) = 87+122+170=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #577AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577AAA is #A88555. Grayscale: #747474. Windows color (decimal): -11044182 or 11172439. OLE color: 11172439.

HSL color Cylindrical-coordinate representation of color #577AAA: hue angle of 214.7º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #577AAA is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB87122170-
CMYK0.490.2800.33
HSL214.7º32.81%50.39%-
HSV(B)214.7º48.82%66.67%-
XYZ18.1518.8540.71-
YUV117.01157.9106.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.96%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=22.96%
G=32.19%
B=44.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871221700.490.2800.33214.732.8150.39
Hex577AAA311C021d72132
Octal12717225261340413274162
Binary101011111110101010101011000111100010000111010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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