Shades of San Marino #5271AC
Tints of San Marino #5271AC
RGB
CMYK
RGB Variations
Color information
#5271AC (or 0x5271AC) is known color: San Marino. HEX triplet: 52, 71 and AC. RGB value is (82,113,172). Sum of RGB (Red+Green+Blue) = 82+113+172=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #5271AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5271AC is #AD8E53. Grayscale: #6E6E6E. Windows color (decimal): -11374164 or 11301202. OLE color: 11301202.
HSL color Cylindrical-coordinate representation of color #5271AC: hue angle of 219.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5271AC is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 113 | 172 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.33 |
| HSL | 219.33º | 0.35% | 0.5% | - |
| HSV(B) | 219.33º | 0.52% | 0.67% | - |
| XYZ | 16.83 | 16.58 | 41.34 | - |
| YUV | 110.46 | 162.73 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 172 | 0.52 | 0.34 | 0 | 0.33 | 219.33 | 0.35 | 0.5 |
| Hex | 52 | 71 | AC | 34 | 22 | 0 | 21 | DB | 23 | 32 |
| Octal | 122 | 161 | 254 | 64 | 42 | 0 | 41 | 333 | 43 | 62 |
| Binary | 1010010 | 1110001 | 10101100 | 110100 | 100010 | 0 | 100001 | 11011011 | 100011 | 110010 |
Color Harmonies of #5271AC
Complementary color
Monochromatic Colors of #5271AC
Black with #5271AC
Text Example
Text Example
White with #5271AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5271AC; }
p { color: rgb(82,113,172); }
H1.HeaderClassName
{
color: #5271AC;
}
.AnyTagClassName
{
color: #5271AC;
}
</style>
background-color css
<style>
a { background-color: #5271AC; }
a { background-color: rgb(82,113,172); }
div.DivClassName
{
background-color: #5271AC;
}
.BgClassName
{
background-color: #5271AC;
}
</style>
border-color css
<style>
span { border-color: #5271AC; }
span { border-color: rgb(82,113,172); }
td.TdClassName
{
border-color: #5271AC;
}
.TagClassName
{
border-color: #5271AC;
}
</style>