Shades of San Marino #516BA4
Tints of San Marino #516BA4
RGB
CMYK
RGB Variations
Color information
#516BA4 (or 0x516BA4) is known color: San Marino. HEX triplet: 51, 6B and A4. RGB value is (81,107,164). Sum of RGB (Red+Green+Blue) = 81+107+164=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #516BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516BA4 is #AE945B. Grayscale: #696969. Windows color (decimal): -11441244 or 10775377. OLE color: 10775377.
HSL color Cylindrical-coordinate representation of color #516BA4: hue angle of 221.2º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #516BA4 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 107 | 164 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.36 |
| HSL | 221.2º | 0.34% | 0.48% | - |
| HSV(B) | 221.2º | 0.51% | 0.64% | - |
| XYZ | 15.35 | 14.95 | 37.2 | - |
| YUV | 105.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 164 | 0.51 | 0.35 | 0 | 0.36 | 221.2 | 0.34 | 0.48 |
| Hex | 51 | 6B | A4 | 33 | 23 | 0 | 24 | DD | 22 | 30 |
| Octal | 121 | 153 | 244 | 63 | 43 | 0 | 44 | 335 | 42 | 60 |
| Binary | 1010001 | 1101011 | 10100100 | 110011 | 100011 | 0 | 100100 | 11011101 | 100010 | 110000 |
Color Harmonies of #516BA4
Complementary color
Monochromatic Colors of #516BA4
Black with #516BA4
Text Example
Text Example
White with #516BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516BA4; }
p { color: rgb(81,107,164); }
H1.HeaderClassName
{
color: #516BA4;
}
.AnyTagClassName
{
color: #516BA4;
}
</style>
background-color css
<style>
a { background-color: #516BA4; }
a { background-color: rgb(81,107,164); }
div.DivClassName
{
background-color: #516BA4;
}
.BgClassName
{
background-color: #516BA4;
}
</style>
border-color css
<style>
span { border-color: #516BA4; }
span { border-color: rgb(81,107,164); }
td.TdClassName
{
border-color: #516BA4;
}
.TagClassName
{
border-color: #516BA4;
}
</style>