Shades of San Marino #516AA8
Tints of San Marino #516AA8
RGB
CMYK
RGB Variations
Color information
#516AA8 (or 0x516AA8) is known color: San Marino. HEX triplet: 51, 6A and A8. RGB value is (81,106,168). Sum of RGB (Red+Green+Blue) = 81+106+168=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 168 - color contains mainly: blue. Hex color #516AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516AA8 is #AE9557. Grayscale: #696969. Windows color (decimal): -11441496 or 11037265. OLE color: 11037265.
HSL color Cylindrical-coordinate representation of color #516AA8: hue angle of 222.76º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #516AA8 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 106 | 168 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.34 |
| HSL | 222.76º | 0.35% | 0.49% | - |
| HSV(B) | 222.76º | 0.52% | 0.66% | - |
| XYZ | 15.62 | 14.88 | 39.1 | - |
| YUV | 105.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 168 | 0.52 | 0.37 | 0 | 0.34 | 222.76 | 0.35 | 0.49 |
| Hex | 51 | 6A | A8 | 34 | 25 | 0 | 22 | DF | 23 | 31 |
| Octal | 121 | 152 | 250 | 64 | 45 | 0 | 42 | 337 | 43 | 61 |
| Binary | 1010001 | 1101010 | 10101000 | 110100 | 100101 | 0 | 100010 | 11011111 | 100011 | 110001 |
Color Harmonies of #516AA8
Complementary color
Monochromatic Colors of #516AA8
Black with #516AA8
Text Example
Text Example
White with #516AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516AA8; }
p { color: rgb(81,106,168); }
H1.HeaderClassName
{
color: #516AA8;
}
.AnyTagClassName
{
color: #516AA8;
}
</style>
background-color css
<style>
a { background-color: #516AA8; }
a { background-color: rgb(81,106,168); }
div.DivClassName
{
background-color: #516AA8;
}
.BgClassName
{
background-color: #516AA8;
}
</style>
border-color css
<style>
span { border-color: #516AA8; }
span { border-color: rgb(81,106,168); }
td.TdClassName
{
border-color: #516AA8;
}
.TagClassName
{
border-color: #516AA8;
}
</style>