Shades of San Marino #516BA6
Tints of San Marino #516BA6
RGB
CMYK
RGB Variations
Color information
#516BA6 (or 0x516BA6) is known color: San Marino. HEX triplet: 51, 6B and A6. RGB value is (81,107,166). Sum of RGB (Red+Green+Blue) = 81+107+166=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 166 (65.23% from 255 or 46.89% from 354); Max value from RGB is 166 - color contains mainly: blue. Hex color #516BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516BA6 is #AE9459. Grayscale: #696969. Windows color (decimal): -11441242 or 10906449. OLE color: 10906449.
HSL color Cylindrical-coordinate representation of color #516BA6: hue angle of 221.65º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #516BA6 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 107 | 166 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.35 |
| HSL | 221.65º | 0.34% | 0.48% | - |
| HSV(B) | 221.65º | 0.51% | 0.65% | - |
| XYZ | 15.53 | 15.02 | 38.16 | - |
| YUV | 105.95 | 161.89 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 166 | 0.51 | 0.36 | 0 | 0.35 | 221.65 | 0.34 | 0.48 |
| Hex | 51 | 6B | A6 | 33 | 24 | 0 | 23 | DE | 22 | 30 |
| Octal | 121 | 153 | 246 | 63 | 44 | 0 | 43 | 336 | 42 | 60 |
| Binary | 1010001 | 1101011 | 10100110 | 110011 | 100100 | 0 | 100011 | 11011110 | 100010 | 110000 |
Color Harmonies of #516BA6
Complementary color
Monochromatic Colors of #516BA6
Black with #516BA6
Text Example
Text Example
White with #516BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516BA6; }
p { color: rgb(81,107,166); }
H1.HeaderClassName
{
color: #516BA6;
}
.AnyTagClassName
{
color: #516BA6;
}
</style>
background-color css
<style>
a { background-color: #516BA6; }
a { background-color: rgb(81,107,166); }
div.DivClassName
{
background-color: #516BA6;
}
.BgClassName
{
background-color: #516BA6;
}
</style>
border-color css
<style>
span { border-color: #516BA6; }
span { border-color: rgb(81,107,166); }
td.TdClassName
{
border-color: #516BA6;
}
.TagClassName
{
border-color: #516BA6;
}
</style>