Shades of San Marino #516BA1
Tints of San Marino #516BA1
RGB
CMYK
RGB Variations
Color information
#516BA1 (or 0x516BA1) is known color: San Marino. HEX triplet: 51, 6B and A1. RGB value is (81,107,161). Sum of RGB (Red+Green+Blue) = 81+107+161=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 161 - color contains mainly: blue. Hex color #516BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516BA1 is #AE945E. Grayscale: #696969. Windows color (decimal): -11441247 or 10578769. OLE color: 10578769.
HSL color Cylindrical-coordinate representation of color #516BA1: hue angle of 220.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #516BA1 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 107 | 161 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.37 |
| HSL | 220.5º | 0.33% | 0.47% | - |
| HSV(B) | 220.5º | 0.5% | 0.63% | - |
| XYZ | 15.08 | 14.84 | 35.79 | - |
| YUV | 105.38 | 159.39 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 161 | 0.50 | 0.34 | 0 | 0.37 | 220.5 | 0.33 | 0.47 |
| Hex | 51 | 6B | A1 | 32 | 22 | 0 | 25 | DC | 21 | 2F |
| Octal | 121 | 153 | 241 | 62 | 42 | 0 | 45 | 334 | 41 | 57 |
| Binary | 1010001 | 1101011 | 10100001 | 110010 | 100010 | 0 | 100101 | 11011100 | 100001 | 101111 |
Color Harmonies of #516BA1
Complementary color
Monochromatic Colors of #516BA1
Black with #516BA1
Text Example
Text Example
White with #516BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516BA1; }
p { color: rgb(81,107,161); }
H1.HeaderClassName
{
color: #516BA1;
}
.AnyTagClassName
{
color: #516BA1;
}
</style>
background-color css
<style>
a { background-color: #516BA1; }
a { background-color: rgb(81,107,161); }
div.DivClassName
{
background-color: #516BA1;
}
.BgClassName
{
background-color: #516BA1;
}
</style>
border-color css
<style>
span { border-color: #516BA1; }
span { border-color: rgb(81,107,161); }
td.TdClassName
{
border-color: #516BA1;
}
.TagClassName
{
border-color: #516BA1;
}
</style>