Shades of San Marino #5162A0
Tints of San Marino #5162A0
RGB
CMYK
RGB Variations
Color information
#5162A0 (or 0x5162A0) is known color: San Marino. HEX triplet: 51, 62 and A0. RGB value is (81,98,160). Sum of RGB (Red+Green+Blue) = 81+98+160=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #5162A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5162A0 is #AE9D5F. Grayscale: #636363. Windows color (decimal): -11443552 or 10510929. OLE color: 10510929.
HSL color Cylindrical-coordinate representation of color #5162A0: hue angle of 227.09º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5162A0 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 98 | 160 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.37 |
| HSL | 227.09º | 0.33% | 0.47% | - |
| HSV(B) | 227.09º | 0.49% | 0.63% | - |
| XYZ | 14.11 | 13.02 | 35.03 | - |
| YUV | 99.99 | 161.87 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 160 | 0.49 | 0.39 | 0 | 0.37 | 227.09 | 0.33 | 0.47 |
| Hex | 51 | 62 | A0 | 31 | 27 | 0 | 25 | E3 | 21 | 2F |
| Octal | 121 | 142 | 240 | 61 | 47 | 0 | 45 | 343 | 41 | 57 |
| Binary | 1010001 | 1100010 | 10100000 | 110001 | 100111 | 0 | 100101 | 11100011 | 100001 | 101111 |
Color Harmonies of #5162A0
Complementary color
Monochromatic Colors of #5162A0
Black with #5162A0
Text Example
Text Example
White with #5162A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5162A0; }
p { color: rgb(81,98,160); }
H1.HeaderClassName
{
color: #5162A0;
}
.AnyTagClassName
{
color: #5162A0;
}
</style>
background-color css
<style>
a { background-color: #5162A0; }
a { background-color: rgb(81,98,160); }
div.DivClassName
{
background-color: #5162A0;
}
.BgClassName
{
background-color: #5162A0;
}
</style>
border-color css
<style>
span { border-color: #5162A0; }
span { border-color: rgb(81,98,160); }
td.TdClassName
{
border-color: #5162A0;
}
.TagClassName
{
border-color: #5162A0;
}
</style>