Shades of San Marino #5165A2
Tints of San Marino #5165A2
RGB
CMYK
RGB Variations
Color information
#5165A2 (or 0x5165A2) is known color: San Marino. HEX triplet: 51, 65 and A2. RGB value is (81,101,162). Sum of RGB (Red+Green+Blue) = 81+101+162=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 162 - color contains mainly: blue. Hex color #5165A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5165A2 is #AE9A5D. Grayscale: #656565. Windows color (decimal): -11442782 or 10642769. OLE color: 10642769.
HSL color Cylindrical-coordinate representation of color #5165A2: hue angle of 225.19º 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 #5165A2 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 101 | 162 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.36 |
| HSL | 225.19º | 0.33% | 0.48% | - |
| HSV(B) | 225.19º | 0.5% | 0.64% | - |
| XYZ | 14.57 | 13.67 | 36.05 | - |
| YUV | 101.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 162 | 0.50 | 0.38 | 0 | 0.36 | 225.19 | 0.33 | 0.48 |
| Hex | 51 | 65 | A2 | 32 | 26 | 0 | 24 | E1 | 21 | 30 |
| Octal | 121 | 145 | 242 | 62 | 46 | 0 | 44 | 341 | 41 | 60 |
| Binary | 1010001 | 1100101 | 10100010 | 110010 | 100110 | 0 | 100100 | 11100001 | 100001 | 110000 |
Color Harmonies of #5165A2
Complementary color
Monochromatic Colors of #5165A2
Black with #5165A2
Text Example
Text Example
White with #5165A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5165A2; }
p { color: rgb(81,101,162); }
H1.HeaderClassName
{
color: #5165A2;
}
.AnyTagClassName
{
color: #5165A2;
}
</style>
background-color css
<style>
a { background-color: #5165A2; }
a { background-color: rgb(81,101,162); }
div.DivClassName
{
background-color: #5165A2;
}
.BgClassName
{
background-color: #5165A2;
}
</style>
border-color css
<style>
span { border-color: #5165A2; }
span { border-color: rgb(81,101,162); }
td.TdClassName
{
border-color: #5165A2;
}
.TagClassName
{
border-color: #5165A2;
}
</style>