Shades of San Marino #5871AA
Tints of San Marino #5871AA
RGB
CMYK
RGB Variations
Color information
#5871AA (or 0x5871AA) is known color: San Marino. HEX triplet: 58, 71 and AA. RGB value is (88,113,170). Sum of RGB (Red+Green+Blue) = 88+113+170=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #5871AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5871AA is #A78E55. Grayscale: #6F6F6F. Windows color (decimal): -10980950 or 11170136. OLE color: 11170136.
HSL color Cylindrical-coordinate representation of color #5871AA: hue angle of 221.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5871AA is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 113 | 170 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.33 |
| HSL | 221.71º | 0.33% | 0.51% | - |
| HSV(B) | 221.71º | 0.48% | 0.67% | - |
| XYZ | 17.19 | 16.79 | 40.36 | - |
| YUV | 112.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 113 | 170 | 0.48 | 0.34 | 0 | 0.33 | 221.71 | 0.33 | 0.51 |
| Hex | 58 | 71 | AA | 30 | 22 | 0 | 21 | DE | 21 | 33 |
| Octal | 130 | 161 | 252 | 60 | 42 | 0 | 41 | 336 | 41 | 63 |
| Binary | 1011000 | 1110001 | 10101010 | 110000 | 100010 | 0 | 100001 | 11011110 | 100001 | 110011 |
Color Harmonies of #5871AA
Complementary color
Monochromatic Colors of #5871AA
Black with #5871AA
Text Example
Text Example
White with #5871AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5871AA; }
p { color: rgb(88,113,170); }
H1.HeaderClassName
{
color: #5871AA;
}
.AnyTagClassName
{
color: #5871AA;
}
</style>
background-color css
<style>
a { background-color: #5871AA; }
a { background-color: rgb(88,113,170); }
div.DivClassName
{
background-color: #5871AA;
}
.BgClassName
{
background-color: #5871AA;
}
</style>
border-color css
<style>
span { border-color: #5871AA; }
span { border-color: rgb(88,113,170); }
td.TdClassName
{
border-color: #5871AA;
}
.TagClassName
{
border-color: #5871AA;
}
</style>