Shades of San Marino #5165A1
Tints of San Marino #5165A1
RGB
CMYK
RGB Variations
Color information
#5165A1 (or 0x5165A1) is known color: San Marino. HEX triplet: 51, 65 and A1. RGB value is (81,101,161). Sum of RGB (Red+Green+Blue) = 81+101+161=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 161 - color contains mainly: blue. Hex color #5165A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5165A1 is #AE9A5E. Grayscale: #656565. Windows color (decimal): -11442783 or 10577233. OLE color: 10577233.
HSL color Cylindrical-coordinate representation of color #5165A1: hue angle of 225º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5165A1 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 101 | 161 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.37 |
| HSL | 225º | 0.33% | 0.47% | - |
| HSV(B) | 225º | 0.5% | 0.63% | - |
| XYZ | 14.48 | 13.63 | 35.59 | - |
| YUV | 101.86 | 161.37 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 161 | 0.50 | 0.37 | 0 | 0.37 | 225 | 0.33 | 0.47 |
| Hex | 51 | 65 | A1 | 32 | 25 | 0 | 25 | E1 | 21 | 2F |
| Octal | 121 | 145 | 241 | 62 | 45 | 0 | 45 | 341 | 41 | 57 |
| Binary | 1010001 | 1100101 | 10100001 | 110010 | 100101 | 0 | 100101 | 11100001 | 100001 | 101111 |
Color Harmonies of #5165A1
Complementary color
Monochromatic Colors of #5165A1
Black with #5165A1
Text Example
Text Example
White with #5165A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5165A1; }
p { color: rgb(81,101,161); }
H1.HeaderClassName
{
color: #5165A1;
}
.AnyTagClassName
{
color: #5165A1;
}
</style>
background-color css
<style>
a { background-color: #5165A1; }
a { background-color: rgb(81,101,161); }
div.DivClassName
{
background-color: #5165A1;
}
.BgClassName
{
background-color: #5165A1;
}
</style>
border-color css
<style>
span { border-color: #5165A1; }
span { border-color: rgb(81,101,161); }
td.TdClassName
{
border-color: #5165A1;
}
.TagClassName
{
border-color: #5165A1;
}
</style>