Shades of San Marino #5973AA
Tints of San Marino #5973AA
RGB
CMYK
RGB Variations
Color information
#5973AA (or 0x5973AA) is known color: San Marino. HEX triplet: 59, 73 and AA. RGB value is (89,115,170). Sum of RGB (Red+Green+Blue) = 89+115+170=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #5973AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5973AA is #A68C55. Grayscale: #717171. Windows color (decimal): -10914902 or 11170649. OLE color: 11170649.
HSL color Cylindrical-coordinate representation of color #5973AA: hue angle of 220.74º degrees, saturation: 0.32, 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 #5973AA is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 115 | 170 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.33 |
| HSL | 220.74º | 0.32% | 0.51% | - |
| HSV(B) | 220.74º | 0.48% | 0.67% | - |
| XYZ | 17.51 | 17.29 | 40.44 | - |
| YUV | 113.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 170 | 0.48 | 0.32 | 0 | 0.33 | 220.74 | 0.32 | 0.51 |
| Hex | 59 | 73 | AA | 30 | 20 | 0 | 21 | DD | 20 | 33 |
| Octal | 131 | 163 | 252 | 60 | 40 | 0 | 41 | 335 | 40 | 63 |
| Binary | 1011001 | 1110011 | 10101010 | 110000 | 100000 | 0 | 100001 | 11011101 | 100000 | 110011 |
Color Harmonies of #5973AA
Complementary color
Monochromatic Colors of #5973AA
Black with #5973AA
Text Example
Text Example
White with #5973AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5973AA; }
p { color: rgb(89,115,170); }
H1.HeaderClassName
{
color: #5973AA;
}
.AnyTagClassName
{
color: #5973AA;
}
</style>
background-color css
<style>
a { background-color: #5973AA; }
a { background-color: rgb(89,115,170); }
div.DivClassName
{
background-color: #5973AA;
}
.BgClassName
{
background-color: #5973AA;
}
</style>
border-color css
<style>
span { border-color: #5973AA; }
span { border-color: rgb(89,115,170); }
td.TdClassName
{
border-color: #5973AA;
}
.TagClassName
{
border-color: #5973AA;
}
</style>