Shades of San Marino #516AB2
Tints of San Marino #516AB2
RGB
CMYK
RGB Variations
Color information
#516AB2 (or 0x516AB2) is known color: San Marino. HEX triplet: 51, 6A and B2. RGB value is (81,106,178). Sum of RGB (Red+Green+Blue) = 81+106+178=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 178 - color contains mainly: blue. Hex color #516AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516AB2 is #AE954D. Grayscale: #6A6A6A. Windows color (decimal): -11441486 or 11692625. OLE color: 11692625.
HSL color Cylindrical-coordinate representation of color #516AB2: hue angle of 224.54º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #516AB2 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 106 | 178 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.30 |
| HSL | 224.54º | 0.39% | 0.51% | - |
| HSV(B) | 224.54º | 0.54% | 0.7% | - |
| XYZ | 16.58 | 15.27 | 44.19 | - |
| YUV | 106.73 | 168.22 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 178 | 0.54 | 0.40 | 0 | 0.30 | 224.54 | 0.39 | 0.51 |
| Hex | 51 | 6A | B2 | 36 | 28 | 0 | 1E | E1 | 27 | 33 |
| Octal | 121 | 152 | 262 | 66 | 50 | 0 | 36 | 341 | 47 | 63 |
| Binary | 1010001 | 1101010 | 10110010 | 110110 | 101000 | 0 | 11110 | 11100001 | 100111 | 110011 |
Color Harmonies of #516AB2
Complementary color
Monochromatic Colors of #516AB2
Black with #516AB2
Text Example
Text Example
White with #516AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516AB2; }
p { color: rgb(81,106,178); }
H1.HeaderClassName
{
color: #516AB2;
}
.AnyTagClassName
{
color: #516AB2;
}
</style>
background-color css
<style>
a { background-color: #516AB2; }
a { background-color: rgb(81,106,178); }
div.DivClassName
{
background-color: #516AB2;
}
.BgClassName
{
background-color: #516AB2;
}
</style>
border-color css
<style>
span { border-color: #516AB2; }
span { border-color: rgb(81,106,178); }
td.TdClassName
{
border-color: #516AB2;
}
.TagClassName
{
border-color: #516AB2;
}
</style>