Shades of San Marino #577AAC
Tints of San Marino #577AAC
RGB
CMYK
RGB Variations
Color information
#577AAC (or 0x577AAC) is known color: San Marino. HEX triplet: 57, 7A and AC. RGB value is (87,122,172). Sum of RGB (Red+Green+Blue) = 87+122+172=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #577AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577AAC is #A88553. Grayscale: #747474. Windows color (decimal): -11044180 or 11303511. OLE color: 11303511.
HSL color Cylindrical-coordinate representation of color #577AAC: hue angle of 215.29º degrees, saturation: 0.34, 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 #577AAC is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 122 | 172 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.33 |
| HSL | 215.29º | 0.34% | 0.51% | - |
| HSV(B) | 215.29º | 0.49% | 0.67% | - |
| XYZ | 18.34 | 18.92 | 41.72 | - |
| YUV | 117.24 | 158.9 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 172 | 0.49 | 0.29 | 0 | 0.33 | 215.29 | 0.34 | 0.51 |
| Hex | 57 | 7A | AC | 31 | 1D | 0 | 21 | D7 | 22 | 33 |
| Octal | 127 | 172 | 254 | 61 | 35 | 0 | 41 | 327 | 42 | 63 |
| Binary | 1010111 | 1111010 | 10101100 | 110001 | 11101 | 0 | 100001 | 11010111 | 100010 | 110011 |
Color Harmonies of #577AAC
Complementary color
Monochromatic Colors of #577AAC
Black with #577AAC
Text Example
Text Example
White with #577AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577AAC; }
p { color: rgb(87,122,172); }
H1.HeaderClassName
{
color: #577AAC;
}
.AnyTagClassName
{
color: #577AAC;
}
</style>
background-color css
<style>
a { background-color: #577AAC; }
a { background-color: rgb(87,122,172); }
div.DivClassName
{
background-color: #577AAC;
}
.BgClassName
{
background-color: #577AAC;
}
</style>
border-color css
<style>
span { border-color: #577AAC; }
span { border-color: rgb(87,122,172); }
td.TdClassName
{
border-color: #577AAC;
}
.TagClassName
{
border-color: #577AAC;
}
</style>