Shades of San Marino #5271AD
Tints of San Marino #5271AD
RGB
CMYK
RGB Variations
Color information
#5271AD (or 0x5271AD) is known color: San Marino. HEX triplet: 52, 71 and AD. RGB value is (82,113,173). Sum of RGB (Red+Green+Blue) = 82+113+173=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #5271AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5271AD is #AD8E52. Grayscale: #6E6E6E. Windows color (decimal): -11374163 or 11366738. OLE color: 11366738.
HSL color Cylindrical-coordinate representation of color #5271AD: hue angle of 219.56º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5271AD is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 113 | 173 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.32 |
| HSL | 219.56º | 0.36% | 0.5% | - |
| HSV(B) | 219.56º | 0.53% | 0.68% | - |
| XYZ | 16.93 | 16.62 | 41.85 | - |
| YUV | 110.57 | 163.23 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 173 | 0.53 | 0.35 | 0 | 0.32 | 219.56 | 0.36 | 0.5 |
| Hex | 52 | 71 | AD | 35 | 23 | 0 | 20 | DC | 24 | 32 |
| Octal | 122 | 161 | 255 | 65 | 43 | 0 | 40 | 334 | 44 | 62 |
| Binary | 1010010 | 1110001 | 10101101 | 110101 | 100011 | 0 | 100000 | 11011100 | 100100 | 110010 |
Color Harmonies of #5271AD
Complementary color
Monochromatic Colors of #5271AD
Black with #5271AD
Text Example
Text Example
White with #5271AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5271AD; }
p { color: rgb(82,113,173); }
H1.HeaderClassName
{
color: #5271AD;
}
.AnyTagClassName
{
color: #5271AD;
}
</style>
background-color css
<style>
a { background-color: #5271AD; }
a { background-color: rgb(82,113,173); }
div.DivClassName
{
background-color: #5271AD;
}
.BgClassName
{
background-color: #5271AD;
}
</style>
border-color css
<style>
span { border-color: #5271AD; }
span { border-color: rgb(82,113,173); }
td.TdClassName
{
border-color: #5271AD;
}
.TagClassName
{
border-color: #5271AD;
}
</style>