Shades of San Marino #5974A9
Tints of San Marino #5974A9
RGB
CMYK
RGB Variations
Color information
#5974A9 (or 0x5974A9) is known color: San Marino. HEX triplet: 59, 74 and A9. RGB value is (89,116,169). Sum of RGB (Red+Green+Blue) = 89+116+169=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 169 - color contains mainly: blue. Hex color #5974A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5974A9 is #A68B56. Grayscale: #717171. Windows color (decimal): -10914647 or 11105369. OLE color: 11105369.
HSL color Cylindrical-coordinate representation of color #5974A9: hue angle of 219.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5974A9 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 116 | 169 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.34 |
| HSL | 219.75º | 0.32% | 0.51% | - |
| HSV(B) | 219.75º | 0.47% | 0.66% | - |
| XYZ | 17.53 | 17.48 | 39.99 | - |
| YUV | 113.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 169 | 0.47 | 0.31 | 0 | 0.34 | 219.75 | 0.32 | 0.51 |
| Hex | 59 | 74 | A9 | 2F | 1F | 0 | 22 | DC | 20 | 33 |
| Octal | 131 | 164 | 251 | 57 | 37 | 0 | 42 | 334 | 40 | 63 |
| Binary | 1011001 | 1110100 | 10101001 | 101111 | 11111 | 0 | 100010 | 11011100 | 100000 | 110011 |
Color Harmonies of #5974A9
Complementary color
Monochromatic Colors of #5974A9
Black with #5974A9
Text Example
Text Example
White with #5974A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5974A9; }
p { color: rgb(89,116,169); }
H1.HeaderClassName
{
color: #5974A9;
}
.AnyTagClassName
{
color: #5974A9;
}
</style>
background-color css
<style>
a { background-color: #5974A9; }
a { background-color: rgb(89,116,169); }
div.DivClassName
{
background-color: #5974A9;
}
.BgClassName
{
background-color: #5974A9;
}
</style>
border-color css
<style>
span { border-color: #5974A9; }
span { border-color: rgb(89,116,169); }
td.TdClassName
{
border-color: #5974A9;
}
.TagClassName
{
border-color: #5974A9;
}
</style>