Shades of San Marino #5570AC
Tints of San Marino #5570AC
RGB
CMYK
RGB Variations
Color information
#5570AC (or 0x5570AC) is known color: San Marino. HEX triplet: 55, 70 and AC. RGB value is (85,112,172). Sum of RGB (Red+Green+Blue) = 85+112+172=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #5570AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5570AC is #AA8F53. Grayscale: #6E6E6E. Windows color (decimal): -11177812 or 11300949. OLE color: 11300949.
HSL color Cylindrical-coordinate representation of color #5570AC: hue angle of 221.38º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5570AC is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 112 | 172 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.33 |
| HSL | 221.38º | 0.34% | 0.5% | - |
| HSV(B) | 221.38º | 0.51% | 0.67% | - |
| XYZ | 16.99 | 16.5 | 41.32 | - |
| YUV | 110.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 172 | 0.51 | 0.35 | 0 | 0.33 | 221.38 | 0.34 | 0.5 |
| Hex | 55 | 70 | AC | 33 | 23 | 0 | 21 | DD | 22 | 32 |
| Octal | 125 | 160 | 254 | 63 | 43 | 0 | 41 | 335 | 42 | 62 |
| Binary | 1010101 | 1110000 | 10101100 | 110011 | 100011 | 0 | 100001 | 11011101 | 100010 | 110010 |
Color Harmonies of #5570AC
Complementary color
Monochromatic Colors of #5570AC
Black with #5570AC
Text Example
Text Example
White with #5570AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5570AC; }
p { color: rgb(85,112,172); }
H1.HeaderClassName
{
color: #5570AC;
}
.AnyTagClassName
{
color: #5570AC;
}
</style>
background-color css
<style>
a { background-color: #5570AC; }
a { background-color: rgb(85,112,172); }
div.DivClassName
{
background-color: #5570AC;
}
.BgClassName
{
background-color: #5570AC;
}
</style>
border-color css
<style>
span { border-color: #5570AC; }
span { border-color: rgb(85,112,172); }
td.TdClassName
{
border-color: #5570AC;
}
.TagClassName
{
border-color: #5570AC;
}
</style>