Shades of San Marino #5277AD
Tints of San Marino #5277AD
RGB
CMYK
RGB Variations
Color information
#5277AD (or 0x5277AD) is known color: San Marino. HEX triplet: 52, 77 and AD. RGB value is (82,119,173). Sum of RGB (Red+Green+Blue) = 82+119+173=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #5277AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5277AD is #AD8852. Grayscale: #717171. Windows color (decimal): -11372627 or 11368274. OLE color: 11368274.
HSL color Cylindrical-coordinate representation of color #5277AD: hue angle of 215.6º 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 #5277AD is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 119 | 173 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.32 |
| HSL | 215.6º | 0.36% | 0.5% | - |
| HSV(B) | 215.6º | 0.53% | 0.68% | - |
| XYZ | 17.62 | 18 | 42.08 | - |
| YUV | 114.09 | 161.24 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 119 | 173 | 0.53 | 0.31 | 0 | 0.32 | 215.6 | 0.36 | 0.5 |
| Hex | 52 | 77 | AD | 35 | 1F | 0 | 20 | D8 | 24 | 32 |
| Octal | 122 | 167 | 255 | 65 | 37 | 0 | 40 | 330 | 44 | 62 |
| Binary | 1010010 | 1110111 | 10101101 | 110101 | 11111 | 0 | 100000 | 11011000 | 100100 | 110010 |
Color Harmonies of #5277AD
Complementary color
Monochromatic Colors of #5277AD
Black with #5277AD
Text Example
Text Example
White with #5277AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5277AD; }
p { color: rgb(82,119,173); }
H1.HeaderClassName
{
color: #5277AD;
}
.AnyTagClassName
{
color: #5277AD;
}
</style>
background-color css
<style>
a { background-color: #5277AD; }
a { background-color: rgb(82,119,173); }
div.DivClassName
{
background-color: #5277AD;
}
.BgClassName
{
background-color: #5277AD;
}
</style>
border-color css
<style>
span { border-color: #5277AD; }
span { border-color: rgb(82,119,173); }
td.TdClassName
{
border-color: #5277AD;
}
.TagClassName
{
border-color: #5277AD;
}
</style>