Shades of San Marino #5172AD
Tints of San Marino #5172AD
RGB
CMYK
RGB Variations
Color information
#5172AD (or 0x5172AD) is known color: San Marino. HEX triplet: 51, 72 and AD. RGB value is (81,114,173). Sum of RGB (Red+Green+Blue) = 81+114+173=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 114 (44.92% from 255 or 30.98% 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 #5172AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5172AD is #AE8D52. Grayscale: #6E6E6E. Windows color (decimal): -11439443 or 11366993. OLE color: 11366993.
HSL color Cylindrical-coordinate representation of color #5172AD: hue angle of 218.48º 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 #5172AD is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 114 | 173 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.32 |
| HSL | 218.48º | 0.36% | 0.5% | - |
| HSV(B) | 218.48º | 0.53% | 0.68% | - |
| XYZ | 16.95 | 16.8 | 41.88 | - |
| YUV | 110.86 | 163.07 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 173 | 0.53 | 0.34 | 0 | 0.32 | 218.48 | 0.36 | 0.5 |
| Hex | 51 | 72 | AD | 35 | 22 | 0 | 20 | DA | 24 | 32 |
| Octal | 121 | 162 | 255 | 65 | 42 | 0 | 40 | 332 | 44 | 62 |
| Binary | 1010001 | 1110010 | 10101101 | 110101 | 100010 | 0 | 100000 | 11011010 | 100100 | 110010 |
Color Harmonies of #5172AD
Complementary color
Monochromatic Colors of #5172AD
Black with #5172AD
Text Example
Text Example
White with #5172AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5172AD; }
p { color: rgb(81,114,173); }
H1.HeaderClassName
{
color: #5172AD;
}
.AnyTagClassName
{
color: #5172AD;
}
</style>
background-color css
<style>
a { background-color: #5172AD; }
a { background-color: rgb(81,114,173); }
div.DivClassName
{
background-color: #5172AD;
}
.BgClassName
{
background-color: #5172AD;
}
</style>
border-color css
<style>
span { border-color: #5172AD; }
span { border-color: rgb(81,114,173); }
td.TdClassName
{
border-color: #5172AD;
}
.TagClassName
{
border-color: #5172AD;
}
</style>