Shades of San Marino #5872A9
Tints of San Marino #5872A9
RGB
CMYK
RGB Variations
Color information
#5872A9 (or 0x5872A9) is known color: San Marino. HEX triplet: 58, 72 and A9. RGB value is (88,114,169). Sum of RGB (Red+Green+Blue) = 88+114+169=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 169 - color contains mainly: blue. Hex color #5872A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5872A9 is #A78D56. Grayscale: #707070. Windows color (decimal): -10980695 or 11104856. OLE color: 11104856.
HSL color Cylindrical-coordinate representation of color #5872A9: hue angle of 220.74º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5872A9 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 114 | 169 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.34 |
| HSL | 220.74º | 0.32% | 0.5% | - |
| HSV(B) | 220.74º | 0.48% | 0.66% | - |
| XYZ | 17.2 | 16.97 | 39.91 | - |
| YUV | 112.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 114 | 169 | 0.48 | 0.33 | 0 | 0.34 | 220.74 | 0.32 | 0.5 |
| Hex | 58 | 72 | A9 | 30 | 21 | 0 | 22 | DD | 20 | 32 |
| Octal | 130 | 162 | 251 | 60 | 41 | 0 | 42 | 335 | 40 | 62 |
| Binary | 1011000 | 1110010 | 10101001 | 110000 | 100001 | 0 | 100010 | 11011101 | 100000 | 110010 |
Color Harmonies of #5872A9
Complementary color
Monochromatic Colors of #5872A9
Black with #5872A9
Text Example
Text Example
White with #5872A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5872A9; }
p { color: rgb(88,114,169); }
H1.HeaderClassName
{
color: #5872A9;
}
.AnyTagClassName
{
color: #5872A9;
}
</style>
background-color css
<style>
a { background-color: #5872A9; }
a { background-color: rgb(88,114,169); }
div.DivClassName
{
background-color: #5872A9;
}
.BgClassName
{
background-color: #5872A9;
}
</style>
border-color css
<style>
span { border-color: #5872A9; }
span { border-color: rgb(88,114,169); }
td.TdClassName
{
border-color: #5872A9;
}
.TagClassName
{
border-color: #5872A9;
}
</style>