Shades of San Marino #516E96
Tints of San Marino #516E96
RGB
CMYK
RGB Variations
Color information
#516E96 (or 0x516E96) is known color: San Marino. HEX triplet: 51, 6E and 96. RGB value is (81,110,150). Sum of RGB (Red+Green+Blue) = 81+110+150=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #516E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516E96 is #AE9169. Grayscale: #696969. Windows color (decimal): -11440490 or 9858641. OLE color: 9858641.
HSL color Cylindrical-coordinate representation of color #516E96: hue angle of 214.78º 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 #516E96 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 110 | 150 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.41 |
| HSL | 214.78º | 0.3% | 0.45% | - |
| HSV(B) | 214.78º | 0.46% | 0.59% | - |
| XYZ | 14.47 | 15.1 | 31.01 | - |
| YUV | 105.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 150 | 0.46 | 0.27 | 0 | 0.41 | 214.78 | 0.3 | 0.45 |
| Hex | 51 | 6E | 96 | 2E | 1B | 0 | 29 | D7 | 1E | 2D |
| Octal | 121 | 156 | 226 | 56 | 33 | 0 | 51 | 327 | 36 | 55 |
| Binary | 1010001 | 1101110 | 10010110 | 101110 | 11011 | 0 | 101001 | 11010111 | 11110 | 101101 |
Color Harmonies of #516E96
Complementary color
Monochromatic Colors of #516E96
Black with #516E96
Text Example
Text Example
White with #516E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516E96; }
p { color: rgb(81,110,150); }
H1.HeaderClassName
{
color: #516E96;
}
.AnyTagClassName
{
color: #516E96;
}
</style>
background-color css
<style>
a { background-color: #516E96; }
a { background-color: rgb(81,110,150); }
div.DivClassName
{
background-color: #516E96;
}
.BgClassName
{
background-color: #516E96;
}
</style>
border-color css
<style>
span { border-color: #516E96; }
span { border-color: rgb(81,110,150); }
td.TdClassName
{
border-color: #516E96;
}
.TagClassName
{
border-color: #516E96;
}
</style>