Shades of San Marino #5572AF
Tints of San Marino #5572AF
RGB
CMYK
RGB Variations
Color information
#5572AF (or 0x5572AF) is known color: San Marino. HEX triplet: 55, 72 and AF. RGB value is (85,114,175). Sum of RGB (Red+Green+Blue) = 85+114+175=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #5572AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5572AF is #AA8D50. Grayscale: #707070. Windows color (decimal): -11177297 or 11498069. OLE color: 11498069.
HSL color Cylindrical-coordinate representation of color #5572AF: hue angle of 220.67º 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 #5572AF is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 114 | 175 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.31 |
| HSL | 220.67º | 0.36% | 0.51% | - |
| HSV(B) | 220.67º | 0.51% | 0.69% | - |
| XYZ | 17.5 | 17.06 | 42.93 | - |
| YUV | 112.28 | 163.39 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 175 | 0.51 | 0.35 | 0 | 0.31 | 220.67 | 0.36 | 0.51 |
| Hex | 55 | 72 | AF | 33 | 23 | 0 | 1F | DD | 24 | 33 |
| Octal | 125 | 162 | 257 | 63 | 43 | 0 | 37 | 335 | 44 | 63 |
| Binary | 1010101 | 1110010 | 10101111 | 110011 | 100011 | 0 | 11111 | 11011101 | 100100 | 110011 |
Color Harmonies of #5572AF
Complementary color
Monochromatic Colors of #5572AF
Black with #5572AF
Text Example
Text Example
White with #5572AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5572AF; }
p { color: rgb(85,114,175); }
H1.HeaderClassName
{
color: #5572AF;
}
.AnyTagClassName
{
color: #5572AF;
}
</style>
background-color css
<style>
a { background-color: #5572AF; }
a { background-color: rgb(85,114,175); }
div.DivClassName
{
background-color: #5572AF;
}
.BgClassName
{
background-color: #5572AF;
}
</style>
border-color css
<style>
span { border-color: #5572AF; }
span { border-color: rgb(85,114,175); }
td.TdClassName
{
border-color: #5572AF;
}
.TagClassName
{
border-color: #5572AF;
}
</style>