Shades of San Marino #5571AB
Tints of San Marino #5571AB
RGB
CMYK
RGB Variations
Color information
#5571AB (or 0x5571AB) is known color: San Marino. HEX triplet: 55, 71 and AB. RGB value is (85,113,171). Sum of RGB (Red+Green+Blue) = 85+113+171=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #5571AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5571AB is #AA8E54. Grayscale: #6E6E6E. Windows color (decimal): -11177557 or 11235669. OLE color: 11235669.
HSL color Cylindrical-coordinate representation of color #5571AB: hue angle of 220.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5571AB is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 113 | 171 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.33 |
| HSL | 220.47º | 0.34% | 0.5% | - |
| HSV(B) | 220.47º | 0.5% | 0.67% | - |
| XYZ | 17 | 16.68 | 40.85 | - |
| YUV | 111.24 | 161.72 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 171 | 0.50 | 0.34 | 0 | 0.33 | 220.47 | 0.34 | 0.5 |
| Hex | 55 | 71 | AB | 32 | 22 | 0 | 21 | DC | 22 | 32 |
| Octal | 125 | 161 | 253 | 62 | 42 | 0 | 41 | 334 | 42 | 62 |
| Binary | 1010101 | 1110001 | 10101011 | 110010 | 100010 | 0 | 100001 | 11011100 | 100010 | 110010 |
Color Harmonies of #5571AB
Complementary color
Monochromatic Colors of #5571AB
Black with #5571AB
Text Example
Text Example
White with #5571AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5571AB; }
p { color: rgb(85,113,171); }
H1.HeaderClassName
{
color: #5571AB;
}
.AnyTagClassName
{
color: #5571AB;
}
</style>
background-color css
<style>
a { background-color: #5571AB; }
a { background-color: rgb(85,113,171); }
div.DivClassName
{
background-color: #5571AB;
}
.BgClassName
{
background-color: #5571AB;
}
</style>
border-color css
<style>
span { border-color: #5571AB; }
span { border-color: rgb(85,113,171); }
td.TdClassName
{
border-color: #5571AB;
}
.TagClassName
{
border-color: #5571AB;
}
</style>