Shades of San Marino #5263A1
Tints of San Marino #5263A1
RGB
CMYK
RGB Variations
Color information
#5263A1 (or 0x5263A1) is known color: San Marino. HEX triplet: 52, 63 and A1. RGB value is (82,99,161). Sum of RGB (Red+Green+Blue) = 82+99+161=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 161 - color contains mainly: blue. Hex color #5263A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5263A1 is #AD9C5E. Grayscale: #646464. Windows color (decimal): -11377759 or 10576722. OLE color: 10576722.
HSL color Cylindrical-coordinate representation of color #5263A1: hue angle of 227.09º 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 #5263A1 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 99 | 161 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.37 |
| HSL | 227.09º | 0.33% | 0.48% | - |
| HSV(B) | 227.09º | 0.49% | 0.63% | - |
| XYZ | 14.37 | 13.29 | 35.53 | - |
| YUV | 100.99 | 161.87 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 161 | 0.49 | 0.39 | 0 | 0.37 | 227.09 | 0.33 | 0.48 |
| Hex | 52 | 63 | A1 | 31 | 27 | 0 | 25 | E3 | 21 | 30 |
| Octal | 122 | 143 | 241 | 61 | 47 | 0 | 45 | 343 | 41 | 60 |
| Binary | 1010010 | 1100011 | 10100001 | 110001 | 100111 | 0 | 100101 | 11100011 | 100001 | 110000 |
Color Harmonies of #5263A1
Complementary color
Monochromatic Colors of #5263A1
Black with #5263A1
Text Example
Text Example
White with #5263A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5263A1; }
p { color: rgb(82,99,161); }
H1.HeaderClassName
{
color: #5263A1;
}
.AnyTagClassName
{
color: #5263A1;
}
</style>
background-color css
<style>
a { background-color: #5263A1; }
a { background-color: rgb(82,99,161); }
div.DivClassName
{
background-color: #5263A1;
}
.BgClassName
{
background-color: #5263A1;
}
</style>
border-color css
<style>
span { border-color: #5263A1; }
span { border-color: rgb(82,99,161); }
td.TdClassName
{
border-color: #5263A1;
}
.TagClassName
{
border-color: #5263A1;
}
</style>