Shades of San Marino #577AA8
Tints of San Marino #577AA8
RGB
CMYK
RGB Variations
Color information
#577AA8 (or 0x577AA8) is known color: San Marino. HEX triplet: 57, 7A and A8. RGB value is (87,122,168). Sum of RGB (Red+Green+Blue) = 87+122+168=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 168 - color contains mainly: blue. Hex color #577AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577AA8 is #A88557. Grayscale: #747474. Windows color (decimal): -11044184 or 11041367. OLE color: 11041367.
HSL color Cylindrical-coordinate representation of color #577AA8: hue angle of 214.07º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #577AA8 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 122 | 168 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.34 |
| HSL | 214.07º | 0.32% | 0.5% | - |
| HSV(B) | 214.07º | 0.48% | 0.66% | - |
| XYZ | 17.96 | 18.77 | 39.72 | - |
| YUV | 116.78 | 156.9 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 168 | 0.48 | 0.27 | 0 | 0.34 | 214.07 | 0.32 | 0.5 |
| Hex | 57 | 7A | A8 | 30 | 1B | 0 | 22 | D6 | 20 | 32 |
| Octal | 127 | 172 | 250 | 60 | 33 | 0 | 42 | 326 | 40 | 62 |
| Binary | 1010111 | 1111010 | 10101000 | 110000 | 11011 | 0 | 100010 | 11010110 | 100000 | 110010 |
Color Harmonies of #577AA8
Complementary color
Monochromatic Colors of #577AA8
Black with #577AA8
Text Example
Text Example
White with #577AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577AA8; }
p { color: rgb(87,122,168); }
H1.HeaderClassName
{
color: #577AA8;
}
.AnyTagClassName
{
color: #577AA8;
}
</style>
background-color css
<style>
a { background-color: #577AA8; }
a { background-color: rgb(87,122,168); }
div.DivClassName
{
background-color: #577AA8;
}
.BgClassName
{
background-color: #577AA8;
}
</style>
border-color css
<style>
span { border-color: #577AA8; }
span { border-color: rgb(87,122,168); }
td.TdClassName
{
border-color: #577AA8;
}
.TagClassName
{
border-color: #577AA8;
}
</style>