#577AAB

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

Shades of San Marino #577AAB

Tints of San Marino #577AAB

Color information

#577AAB (or 0x577AAB) is unknown color: approx San Marino. HEX triplet: 57, 7A and AB. RGB value is (87,122,171). Sum of RGB (Red+Green+Blue) = 87+122+171=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #577AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577AAB is #A88554. Grayscale: #747474. Windows color (decimal): -11044181 or 11237975. OLE color: 11237975.

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

Color convert

RGB87122171-
CMYK0.490.2900.33
HSL215º33.33%50.59%-
HSV(B)215º49.12%67.06%-
XYZ18.2418.8941.21-
YUV117.12158.4106.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.89%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 171 (67.19% from 255) = 45%
R=22.89%
G=32.11%
B=45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871221710.490.2900.3321533.3350.59
Hex577AAB311D021d72133
Octal12717225361350413274163
Binary101011111110101010101111000111101010000111010111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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