Shades of San Marino #516AAD
Tints of San Marino #516AAD
RGB
CMYK
RGB Variations
Color information
#516AAD (or 0x516AAD) is known color: San Marino. HEX triplet: 51, 6A and AD. RGB value is (81,106,173). Sum of RGB (Red+Green+Blue) = 81+106+173=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #516AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516AAD is #AE9552. Grayscale: #696969. Windows color (decimal): -11441491 or 11364945. OLE color: 11364945.
HSL color Cylindrical-coordinate representation of color #516AAD: hue angle of 223.7º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #516AAD is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 106 | 173 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.32 |
| HSL | 223.7º | 0.36% | 0.5% | - |
| HSV(B) | 223.7º | 0.53% | 0.68% | - |
| XYZ | 16.09 | 15.07 | 41.6 | - |
| YUV | 106.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 173 | 0.53 | 0.39 | 0 | 0.32 | 223.7 | 0.36 | 0.5 |
| Hex | 51 | 6A | AD | 35 | 27 | 0 | 20 | E0 | 24 | 32 |
| Octal | 121 | 152 | 255 | 65 | 47 | 0 | 40 | 340 | 44 | 62 |
| Binary | 1010001 | 1101010 | 10101101 | 110101 | 100111 | 0 | 100000 | 11100000 | 100100 | 110010 |
Color Harmonies of #516AAD
Complementary color
Monochromatic Colors of #516AAD
Black with #516AAD
Text Example
Text Example
White with #516AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516AAD; }
p { color: rgb(81,106,173); }
H1.HeaderClassName
{
color: #516AAD;
}
.AnyTagClassName
{
color: #516AAD;
}
</style>
background-color css
<style>
a { background-color: #516AAD; }
a { background-color: rgb(81,106,173); }
div.DivClassName
{
background-color: #516AAD;
}
.BgClassName
{
background-color: #516AAD;
}
</style>
border-color css
<style>
span { border-color: #516AAD; }
span { border-color: rgb(81,106,173); }
td.TdClassName
{
border-color: #516AAD;
}
.TagClassName
{
border-color: #516AAD;
}
</style>