Shades of San Marino #516C96
Tints of San Marino #516C96
RGB
CMYK
RGB Variations
Color information
#516C96 (or 0x516C96) is known color: San Marino. HEX triplet: 51, 6C and 96. RGB value is (81,108,150). Sum of RGB (Red+Green+Blue) = 81+108+150=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #516C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C96 is #AE9369. Grayscale: #686868. Windows color (decimal): -11441002 or 9858129. OLE color: 9858129.
HSL color Cylindrical-coordinate representation of color #516C96: hue angle of 216.52º 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 #516C96 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 108 | 150 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.41 |
| HSL | 216.52º | 0.3% | 0.45% | - |
| HSV(B) | 216.52º | 0.46% | 0.59% | - |
| XYZ | 14.26 | 14.68 | 30.94 | - |
| YUV | 104.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 150 | 0.46 | 0.28 | 0 | 0.41 | 216.52 | 0.3 | 0.45 |
| Hex | 51 | 6C | 96 | 2E | 1C | 0 | 29 | D9 | 1E | 2D |
| Octal | 121 | 154 | 226 | 56 | 34 | 0 | 51 | 331 | 36 | 55 |
| Binary | 1010001 | 1101100 | 10010110 | 101110 | 11100 | 0 | 101001 | 11011001 | 11110 | 101101 |
Color Harmonies of #516C96
Complementary color
Monochromatic Colors of #516C96
Black with #516C96
Text Example
Text Example
White with #516C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C96; }
p { color: rgb(81,108,150); }
H1.HeaderClassName
{
color: #516C96;
}
.AnyTagClassName
{
color: #516C96;
}
</style>
background-color css
<style>
a { background-color: #516C96; }
a { background-color: rgb(81,108,150); }
div.DivClassName
{
background-color: #516C96;
}
.BgClassName
{
background-color: #516C96;
}
</style>
border-color css
<style>
span { border-color: #516C96; }
span { border-color: rgb(81,108,150); }
td.TdClassName
{
border-color: #516C96;
}
.TagClassName
{
border-color: #516C96;
}
</style>