Shades of San Marino #5162A2
Tints of San Marino #5162A2
RGB
CMYK
RGB Variations
Color information
#5162A2 (or 0x5162A2) is known color: San Marino. HEX triplet: 51, 62 and A2. RGB value is (81,98,162). Sum of RGB (Red+Green+Blue) = 81+98+162=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #5162A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5162A2 is #AE9D5D. Grayscale: #636363. Windows color (decimal): -11443550 or 10642001. OLE color: 10642001.
HSL color Cylindrical-coordinate representation of color #5162A2: hue angle of 227.41º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5162A2 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 98 | 162 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.36 |
| HSL | 227.41º | 0.33% | 0.48% | - |
| HSV(B) | 227.41º | 0.5% | 0.64% | - |
| XYZ | 14.28 | 13.09 | 35.96 | - |
| YUV | 100.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 162 | 0.50 | 0.40 | 0 | 0.36 | 227.41 | 0.33 | 0.48 |
| Hex | 51 | 62 | A2 | 32 | 28 | 0 | 24 | E3 | 21 | 30 |
| Octal | 121 | 142 | 242 | 62 | 50 | 0 | 44 | 343 | 41 | 60 |
| Binary | 1010001 | 1100010 | 10100010 | 110010 | 101000 | 0 | 100100 | 11100011 | 100001 | 110000 |
Color Harmonies of #5162A2
Complementary color
Monochromatic Colors of #5162A2
Black with #5162A2
Text Example
Text Example
White with #5162A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5162A2; }
p { color: rgb(81,98,162); }
H1.HeaderClassName
{
color: #5162A2;
}
.AnyTagClassName
{
color: #5162A2;
}
</style>
background-color css
<style>
a { background-color: #5162A2; }
a { background-color: rgb(81,98,162); }
div.DivClassName
{
background-color: #5162A2;
}
.BgClassName
{
background-color: #5162A2;
}
</style>
border-color css
<style>
span { border-color: #5162A2; }
span { border-color: rgb(81,98,162); }
td.TdClassName
{
border-color: #5162A2;
}
.TagClassName
{
border-color: #5162A2;
}
</style>