Shades of San Marino #516F99
Tints of San Marino #516F99
RGB
CMYK
RGB Variations
Color information
#516F99 (or 0x516F99) is known color: San Marino. HEX triplet: 51, 6F and 99. RGB value is (81,111,153). Sum of RGB (Red+Green+Blue) = 81+111+153=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #516F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F99 is #AE9066. Grayscale: #6A6A6A. Windows color (decimal): -11440231 or 10055505. OLE color: 10055505.
HSL color Cylindrical-coordinate representation of color #516F99: hue angle of 215º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #516F99 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 111 | 153 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.4 |
| HSL | 215º | 0.31% | 0.46% | - |
| HSV(B) | 215º | 0.47% | 0.6% | - |
| XYZ | 14.83 | 15.42 | 32.33 | - |
| YUV | 106.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 153 | 0.47 | 0.27 | 0 | 0.4 | 215 | 0.31 | 0.46 |
| Hex | 51 | 6F | 99 | 2F | 1B | 0 | 28 | D7 | 1F | 2E |
| Octal | 121 | 157 | 231 | 57 | 33 | 0 | 50 | 327 | 37 | 56 |
| Binary | 1010001 | 1101111 | 10011001 | 101111 | 11011 | 0 | 101000 | 11010111 | 11111 | 101110 |
Color Harmonies of #516F99
Complementary color
Monochromatic Colors of #516F99
Black with #516F99
Text Example
Text Example
White with #516F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516F99; }
p { color: rgb(81,111,153); }
H1.HeaderClassName
{
color: #516F99;
}
.AnyTagClassName
{
color: #516F99;
}
</style>
background-color css
<style>
a { background-color: #516F99; }
a { background-color: rgb(81,111,153); }
div.DivClassName
{
background-color: #516F99;
}
.BgClassName
{
background-color: #516F99;
}
</style>
border-color css
<style>
span { border-color: #516F99; }
span { border-color: rgb(81,111,153); }
td.TdClassName
{
border-color: #516F99;
}
.TagClassName
{
border-color: #516F99;
}
</style>