Shades of San Marino #5576A0
Tints of San Marino #5576A0
RGB
CMYK
RGB Variations
Color information
#5576A0 (or 0x5576A0) is known color: San Marino. HEX triplet: 55, 76 and A0. RGB value is (85,118,160). Sum of RGB (Red+Green+Blue) = 85+118+160=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 160 - color contains mainly: blue. Hex color #5576A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5576A0 is #AA895F. Grayscale: #707070. Windows color (decimal): -11176288 or 10516053. OLE color: 10516053.
HSL color Cylindrical-coordinate representation of color #5576A0: hue angle of 213.6º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5576A0 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 118 | 160 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.37 |
| HSL | 213.6º | 0.31% | 0.48% | - |
| HSV(B) | 213.6º | 0.47% | 0.63% | - |
| XYZ | 16.57 | 17.43 | 35.75 | - |
| YUV | 112.92 | 154.57 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 160 | 0.47 | 0.26 | 0 | 0.37 | 213.6 | 0.31 | 0.48 |
| Hex | 55 | 76 | A0 | 2F | 1A | 0 | 25 | D6 | 1F | 30 |
| Octal | 125 | 166 | 240 | 57 | 32 | 0 | 45 | 326 | 37 | 60 |
| Binary | 1010101 | 1110110 | 10100000 | 101111 | 11010 | 0 | 100101 | 11010110 | 11111 | 110000 |
Color Harmonies of #5576A0
Complementary color
Monochromatic Colors of #5576A0
Black with #5576A0
Text Example
Text Example
White with #5576A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5576A0; }
p { color: rgb(85,118,160); }
H1.HeaderClassName
{
color: #5576A0;
}
.AnyTagClassName
{
color: #5576A0;
}
</style>
background-color css
<style>
a { background-color: #5576A0; }
a { background-color: rgb(85,118,160); }
div.DivClassName
{
background-color: #5576A0;
}
.BgClassName
{
background-color: #5576A0;
}
</style>
border-color css
<style>
span { border-color: #5576A0; }
span { border-color: rgb(85,118,160); }
td.TdClassName
{
border-color: #5576A0;
}
.TagClassName
{
border-color: #5576A0;
}
</style>