#577AA5

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

Shades of San Marino #577AA5

Tints of San Marino #577AA5

Color information

#577AA5 (or 0x577AA5) is unknown color: approx San Marino. HEX triplet: 57, 7A and A5. RGB value is (87,122,165). Sum of RGB (Red+Green+Blue) = 87+122+165=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 165 - color contains mainly: blue. Hex color #577AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577AA5 is #A8855A. Grayscale: #747474. Windows color (decimal): -11044187 or 10844759. OLE color: 10844759.

HSL color Cylindrical-coordinate representation of color #577AA5: hue angle of 213.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #577AA5 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB87122165-
CMYK0.470.2600.35
HSL213.08º30.95%49.41%-
HSV(B)213.08º47.27%64.71%-
XYZ17.6818.6638.27-
YUV116.44155.4107-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.26%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 165 (64.84% from 255) = 44.12%
R=23.26%
G=32.62%
B=44.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal871221650.470.2600.35213.0830.9549.41
Hex577AA52F1A023d51f31
Octal12717224557320433253761
Binary10101111111010101001011011111101001000111101010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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