Shades of San Marino #516BA7
Tints of San Marino #516BA7
RGB
CMYK
RGB Variations
Color information
#516BA7 (or 0x516BA7) is known color: San Marino. HEX triplet: 51, 6B and A7. RGB value is (81,107,167). Sum of RGB (Red+Green+Blue) = 81+107+167=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 167 (65.62% from 255 or 47.04% from 355); Max value from RGB is 167 - color contains mainly: blue. Hex color #516BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516BA7 is #AE9458. Grayscale: #696969. Windows color (decimal): -11441241 or 10971985. OLE color: 10971985.
HSL color Cylindrical-coordinate representation of color #516BA7: hue angle of 221.86º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #516BA7 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 107 | 167 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.35 |
| HSL | 221.86º | 0.35% | 0.49% | - |
| HSV(B) | 221.86º | 0.51% | 0.65% | - |
| XYZ | 15.63 | 15.05 | 38.64 | - |
| YUV | 106.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 167 | 0.51 | 0.36 | 0 | 0.35 | 221.86 | 0.35 | 0.49 |
| Hex | 51 | 6B | A7 | 33 | 24 | 0 | 23 | DE | 23 | 31 |
| Octal | 121 | 153 | 247 | 63 | 44 | 0 | 43 | 336 | 43 | 61 |
| Binary | 1010001 | 1101011 | 10100111 | 110011 | 100100 | 0 | 100011 | 11011110 | 100011 | 110001 |
Color Harmonies of #516BA7
Complementary color
Monochromatic Colors of #516BA7
Black with #516BA7
Text Example
Text Example
White with #516BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516BA7; }
p { color: rgb(81,107,167); }
H1.HeaderClassName
{
color: #516BA7;
}
.AnyTagClassName
{
color: #516BA7;
}
</style>
background-color css
<style>
a { background-color: #516BA7; }
a { background-color: rgb(81,107,167); }
div.DivClassName
{
background-color: #516BA7;
}
.BgClassName
{
background-color: #516BA7;
}
</style>
border-color css
<style>
span { border-color: #516BA7; }
span { border-color: rgb(81,107,167); }
td.TdClassName
{
border-color: #516BA7;
}
.TagClassName
{
border-color: #516BA7;
}
</style>