Shades of San Marino #5272A0
Tints of San Marino #5272A0
RGB
CMYK
RGB Variations
Color information
#5272A0 (or 0x5272A0) is known color: San Marino. HEX triplet: 52, 72 and A0. RGB value is (82,114,160). Sum of RGB (Red+Green+Blue) = 82+114+160=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #5272A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5272A0 is #AD8D5F. Grayscale: #6D6D6D. Windows color (decimal): -11373920 or 10515026. OLE color: 10515026.
HSL color Cylindrical-coordinate representation of color #5272A0: hue angle of 215.38º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5272A0 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 114 | 160 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.37 |
| HSL | 215.38º | 0.32% | 0.47% | - |
| HSV(B) | 215.38º | 0.49% | 0.63% | - |
| XYZ | 15.84 | 16.37 | 35.58 | - |
| YUV | 109.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 160 | 0.49 | 0.29 | 0 | 0.37 | 215.38 | 0.32 | 0.47 |
| Hex | 52 | 72 | A0 | 31 | 1D | 0 | 25 | D7 | 20 | 2F |
| Octal | 122 | 162 | 240 | 61 | 35 | 0 | 45 | 327 | 40 | 57 |
| Binary | 1010010 | 1110010 | 10100000 | 110001 | 11101 | 0 | 100101 | 11010111 | 100000 | 101111 |
Color Harmonies of #5272A0
Complementary color
Monochromatic Colors of #5272A0
Black with #5272A0
Text Example
Text Example
White with #5272A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5272A0; }
p { color: rgb(82,114,160); }
H1.HeaderClassName
{
color: #5272A0;
}
.AnyTagClassName
{
color: #5272A0;
}
</style>
background-color css
<style>
a { background-color: #5272A0; }
a { background-color: rgb(82,114,160); }
div.DivClassName
{
background-color: #5272A0;
}
.BgClassName
{
background-color: #5272A0;
}
</style>
border-color css
<style>
span { border-color: #5272A0; }
span { border-color: rgb(82,114,160); }
td.TdClassName
{
border-color: #5272A0;
}
.TagClassName
{
border-color: #5272A0;
}
</style>