Shades of San Marino #516AAB
Tints of San Marino #516AAB
RGB
CMYK
RGB Variations
Color information
#516AAB (or 0x516AAB) is known color: San Marino. HEX triplet: 51, 6A and AB. RGB value is (81,106,171). Sum of RGB (Red+Green+Blue) = 81+106+171=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #516AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516AAB is #AE9554. Grayscale: #696969. Windows color (decimal): -11441493 or 11233873. OLE color: 11233873.
HSL color Cylindrical-coordinate representation of color #516AAB: hue angle of 223.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #516AAB is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 106 | 171 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.33 |
| HSL | 223.33º | 0.36% | 0.49% | - |
| HSV(B) | 223.33º | 0.53% | 0.67% | - |
| XYZ | 15.9 | 15 | 40.59 | - |
| YUV | 105.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 171 | 0.53 | 0.38 | 0 | 0.33 | 223.33 | 0.36 | 0.49 |
| Hex | 51 | 6A | AB | 35 | 26 | 0 | 21 | DF | 24 | 31 |
| Octal | 121 | 152 | 253 | 65 | 46 | 0 | 41 | 337 | 44 | 61 |
| Binary | 1010001 | 1101010 | 10101011 | 110101 | 100110 | 0 | 100001 | 11011111 | 100100 | 110001 |
Color Harmonies of #516AAB
Complementary color
Monochromatic Colors of #516AAB
Black with #516AAB
Text Example
Text Example
White with #516AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516AAB; }
p { color: rgb(81,106,171); }
H1.HeaderClassName
{
color: #516AAB;
}
.AnyTagClassName
{
color: #516AAB;
}
</style>
background-color css
<style>
a { background-color: #516AAB; }
a { background-color: rgb(81,106,171); }
div.DivClassName
{
background-color: #516AAB;
}
.BgClassName
{
background-color: #516AAB;
}
</style>
border-color css
<style>
span { border-color: #516AAB; }
span { border-color: rgb(81,106,171); }
td.TdClassName
{
border-color: #516AAB;
}
.TagClassName
{
border-color: #516AAB;
}
</style>