Shades of San Marino #5265A1
Tints of San Marino #5265A1
RGB
CMYK
RGB Variations
Color information
#5265A1 (or 0x5265A1) is known color: San Marino. HEX triplet: 52, 65 and A1. RGB value is (82,101,161). Sum of RGB (Red+Green+Blue) = 82+101+161=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 161 - color contains mainly: blue. Hex color #5265A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5265A1 is #AD9A5E. Grayscale: #656565. Windows color (decimal): -11377247 or 10577234. OLE color: 10577234.
HSL color Cylindrical-coordinate representation of color #5265A1: hue angle of 225.57º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5265A1 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 101 | 161 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.37 |
| HSL | 225.57º | 0.33% | 0.48% | - |
| HSV(B) | 225.57º | 0.49% | 0.63% | - |
| XYZ | 14.57 | 13.67 | 35.59 | - |
| YUV | 102.16 | 161.21 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 161 | 0.49 | 0.37 | 0 | 0.37 | 225.57 | 0.33 | 0.48 |
| Hex | 52 | 65 | A1 | 31 | 25 | 0 | 25 | E2 | 21 | 30 |
| Octal | 122 | 145 | 241 | 61 | 45 | 0 | 45 | 342 | 41 | 60 |
| Binary | 1010010 | 1100101 | 10100001 | 110001 | 100101 | 0 | 100101 | 11100010 | 100001 | 110000 |
Color Harmonies of #5265A1
Complementary color
Monochromatic Colors of #5265A1
Black with #5265A1
Text Example
Text Example
White with #5265A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5265A1; }
p { color: rgb(82,101,161); }
H1.HeaderClassName
{
color: #5265A1;
}
.AnyTagClassName
{
color: #5265A1;
}
</style>
background-color css
<style>
a { background-color: #5265A1; }
a { background-color: rgb(82,101,161); }
div.DivClassName
{
background-color: #5265A1;
}
.BgClassName
{
background-color: #5265A1;
}
</style>
border-color css
<style>
span { border-color: #5265A1; }
span { border-color: rgb(82,101,161); }
td.TdClassName
{
border-color: #5265A1;
}
.TagClassName
{
border-color: #5265A1;
}
</style>