Shades of San Marino #5977AD
Tints of San Marino #5977AD
RGB
CMYK
RGB Variations
Color information
#5977AD (or 0x5977AD) is known color: San Marino. HEX triplet: 59, 77 and AD. RGB value is (89,119,173). Sum of RGB (Red+Green+Blue) = 89+119+173=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #5977AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5977AD is #A68852. Grayscale: #737373. Windows color (decimal): -10913875 or 11368281. OLE color: 11368281.
HSL color Cylindrical-coordinate representation of color #5977AD: hue angle of 218.57º 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 #5977AD is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 119 | 173 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.32 |
| HSL | 218.57º | 0.34% | 0.51% | - |
| HSV(B) | 218.57º | 0.49% | 0.68% | - |
| XYZ | 18.26 | 18.33 | 42.11 | - |
| YUV | 116.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 119 | 173 | 0.49 | 0.31 | 0 | 0.32 | 218.57 | 0.34 | 0.51 |
| Hex | 59 | 77 | AD | 31 | 1F | 0 | 20 | DB | 22 | 33 |
| Octal | 131 | 167 | 255 | 61 | 37 | 0 | 40 | 333 | 42 | 63 |
| Binary | 1011001 | 1110111 | 10101101 | 110001 | 11111 | 0 | 100000 | 11011011 | 100010 | 110011 |
Color Harmonies of #5977AD
Complementary color
Monochromatic Colors of #5977AD
Black with #5977AD
Text Example
Text Example
White with #5977AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5977AD; }
p { color: rgb(89,119,173); }
H1.HeaderClassName
{
color: #5977AD;
}
.AnyTagClassName
{
color: #5977AD;
}
</style>
background-color css
<style>
a { background-color: #5977AD; }
a { background-color: rgb(89,119,173); }
div.DivClassName
{
background-color: #5977AD;
}
.BgClassName
{
background-color: #5977AD;
}
</style>
border-color css
<style>
span { border-color: #5977AD; }
span { border-color: rgb(89,119,173); }
td.TdClassName
{
border-color: #5977AD;
}
.TagClassName
{
border-color: #5977AD;
}
</style>