Shades of San Marino #5974AD
Tints of San Marino #5974AD
RGB
CMYK
RGB Variations
Color information
#5974AD (or 0x5974AD) is known color: San Marino. HEX triplet: 59, 74 and AD. RGB value is (89,116,173). Sum of RGB (Red+Green+Blue) = 89+116+173=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #5974AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5974AD is #A68B52. Grayscale: #727272. Windows color (decimal): -10914643 or 11367513. OLE color: 11367513.
HSL color Cylindrical-coordinate representation of color #5974AD: hue angle of 220.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5974AD is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 116 | 173 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.32 |
| HSL | 220.71º | 0.34% | 0.51% | - |
| HSV(B) | 220.71º | 0.49% | 0.68% | - |
| XYZ | 17.91 | 17.63 | 41.99 | - |
| YUV | 114.43 | 161.05 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 173 | 0.49 | 0.33 | 0 | 0.32 | 220.71 | 0.34 | 0.51 |
| Hex | 59 | 74 | AD | 31 | 21 | 0 | 20 | DD | 22 | 33 |
| Octal | 131 | 164 | 255 | 61 | 41 | 0 | 40 | 335 | 42 | 63 |
| Binary | 1011001 | 1110100 | 10101101 | 110001 | 100001 | 0 | 100000 | 11011101 | 100010 | 110011 |
Color Harmonies of #5974AD
Complementary color
Monochromatic Colors of #5974AD
Black with #5974AD
Text Example
Text Example
White with #5974AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5974AD; }
p { color: rgb(89,116,173); }
H1.HeaderClassName
{
color: #5974AD;
}
.AnyTagClassName
{
color: #5974AD;
}
</style>
background-color css
<style>
a { background-color: #5974AD; }
a { background-color: rgb(89,116,173); }
div.DivClassName
{
background-color: #5974AD;
}
.BgClassName
{
background-color: #5974AD;
}
</style>
border-color css
<style>
span { border-color: #5974AD; }
span { border-color: rgb(89,116,173); }
td.TdClassName
{
border-color: #5974AD;
}
.TagClassName
{
border-color: #5974AD;
}
</style>