Shades of San Marino #516FA0
Tints of San Marino #516FA0
RGB
CMYK
RGB Variations
Color information
#516FA0 (or 0x516FA0) is known color: San Marino. HEX triplet: 51, 6F and A0. RGB value is (81,111,160). Sum of RGB (Red+Green+Blue) = 81+111+160=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #516FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516FA0 is #AE905F. Grayscale: #6B6B6B. Windows color (decimal): -11440224 or 10514257. OLE color: 10514257.
HSL color Cylindrical-coordinate representation of color #516FA0: hue angle of 217.22º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #516FA0 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 111 | 160 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.37 |
| HSL | 217.22º | 0.33% | 0.47% | - |
| HSV(B) | 217.22º | 0.49% | 0.63% | - |
| XYZ | 15.42 | 15.66 | 35.47 | - |
| YUV | 107.62 | 157.56 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 160 | 0.49 | 0.31 | 0 | 0.37 | 217.22 | 0.33 | 0.47 |
| Hex | 51 | 6F | A0 | 31 | 1F | 0 | 25 | D9 | 21 | 2F |
| Octal | 121 | 157 | 240 | 61 | 37 | 0 | 45 | 331 | 41 | 57 |
| Binary | 1010001 | 1101111 | 10100000 | 110001 | 11111 | 0 | 100101 | 11011001 | 100001 | 101111 |
Color Harmonies of #516FA0
Complementary color
Monochromatic Colors of #516FA0
Black with #516FA0
Text Example
Text Example
White with #516FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FA0; }
p { color: rgb(81,111,160); }
H1.HeaderClassName
{
color: #516FA0;
}
.AnyTagClassName
{
color: #516FA0;
}
</style>
background-color css
<style>
a { background-color: #516FA0; }
a { background-color: rgb(81,111,160); }
div.DivClassName
{
background-color: #516FA0;
}
.BgClassName
{
background-color: #516FA0;
}
</style>
border-color css
<style>
span { border-color: #516FA0; }
span { border-color: rgb(81,111,160); }
td.TdClassName
{
border-color: #516FA0;
}
.TagClassName
{
border-color: #516FA0;
}
</style>