Shades of San Marino #5570AF
Tints of San Marino #5570AF
RGB
CMYK
RGB Variations
Color information
#5570AF (or 0x5570AF) is known color: San Marino. HEX triplet: 55, 70 and AF. RGB value is (85,112,175). Sum of RGB (Red+Green+Blue) = 85+112+175=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #5570AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5570AF is #AA8F50. Grayscale: #6E6E6E. Windows color (decimal): -11177809 or 11497557. OLE color: 11497557.
HSL color Cylindrical-coordinate representation of color #5570AF: hue angle of 222º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5570AF is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 112 | 175 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.31 |
| HSL | 222º | 0.36% | 0.51% | - |
| HSV(B) | 222º | 0.51% | 0.69% | - |
| XYZ | 17.28 | 16.61 | 42.85 | - |
| YUV | 111.11 | 164.05 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 175 | 0.51 | 0.36 | 0 | 0.31 | 222 | 0.36 | 0.51 |
| Hex | 55 | 70 | AF | 33 | 24 | 0 | 1F | DE | 24 | 33 |
| Octal | 125 | 160 | 257 | 63 | 44 | 0 | 37 | 336 | 44 | 63 |
| Binary | 1010101 | 1110000 | 10101111 | 110011 | 100100 | 0 | 11111 | 11011110 | 100100 | 110011 |
Color Harmonies of #5570AF
Complementary color
Monochromatic Colors of #5570AF
Black with #5570AF
Text Example
Text Example
White with #5570AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5570AF; }
p { color: rgb(85,112,175); }
H1.HeaderClassName
{
color: #5570AF;
}
.AnyTagClassName
{
color: #5570AF;
}
</style>
background-color css
<style>
a { background-color: #5570AF; }
a { background-color: rgb(85,112,175); }
div.DivClassName
{
background-color: #5570AF;
}
.BgClassName
{
background-color: #5570AF;
}
</style>
border-color css
<style>
span { border-color: #5570AF; }
span { border-color: rgb(85,112,175); }
td.TdClassName
{
border-color: #5570AF;
}
.TagClassName
{
border-color: #5570AF;
}
</style>