Shades of San Marino #516E97
Tints of San Marino #516E97
RGB
CMYK
RGB Variations
Color information
#516E97 (or 0x516E97) is known color: San Marino. HEX triplet: 51, 6E and 97. RGB value is (81,110,151). Sum of RGB (Red+Green+Blue) = 81+110+151=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 151 - color contains mainly: blue. Hex color #516E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516E97 is #AE9168. Grayscale: #696969. Windows color (decimal): -11440489 or 9924177. OLE color: 9924177.
HSL color Cylindrical-coordinate representation of color #516E97: hue angle of 215.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #516E97 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 110 | 151 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.41 |
| HSL | 215.14º | 0.3% | 0.45% | - |
| HSV(B) | 215.14º | 0.46% | 0.59% | - |
| XYZ | 14.56 | 15.14 | 31.43 | - |
| YUV | 106 | 153.39 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 151 | 0.46 | 0.27 | 0 | 0.41 | 215.14 | 0.3 | 0.45 |
| Hex | 51 | 6E | 97 | 2E | 1B | 0 | 29 | D7 | 1E | 2D |
| Octal | 121 | 156 | 227 | 56 | 33 | 0 | 51 | 327 | 36 | 55 |
| Binary | 1010001 | 1101110 | 10010111 | 101110 | 11011 | 0 | 101001 | 11010111 | 11110 | 101101 |
Color Harmonies of #516E97
Complementary color
Monochromatic Colors of #516E97
Black with #516E97
Text Example
Text Example
White with #516E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516E97; }
p { color: rgb(81,110,151); }
H1.HeaderClassName
{
color: #516E97;
}
.AnyTagClassName
{
color: #516E97;
}
</style>
background-color css
<style>
a { background-color: #516E97; }
a { background-color: rgb(81,110,151); }
div.DivClassName
{
background-color: #516E97;
}
.BgClassName
{
background-color: #516E97;
}
</style>
border-color css
<style>
span { border-color: #516E97; }
span { border-color: rgb(81,110,151); }
td.TdClassName
{
border-color: #516E97;
}
.TagClassName
{
border-color: #516E97;
}
</style>