Shades of San Marino #5072AD
Tints of San Marino #5072AD
RGB
CMYK
RGB Variations
Color information
#5072AD (or 0x5072AD) is known color: San Marino. HEX triplet: 50, 72 and AD. RGB value is (80,114,173). Sum of RGB (Red+Green+Blue) = 80+114+173=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #5072AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5072AD is #AF8D52. Grayscale: #6E6E6E. Windows color (decimal): -11504979 or 11366992. OLE color: 11366992.
HSL color Cylindrical-coordinate representation of color #5072AD: hue angle of 218.06º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5072AD is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 114 | 173 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.32 |
| HSL | 218.06º | 0.37% | 0.5% | - |
| HSV(B) | 218.06º | 0.54% | 0.68% | - |
| XYZ | 16.87 | 16.76 | 41.88 | - |
| YUV | 110.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 173 | 0.54 | 0.34 | 0 | 0.32 | 218.06 | 0.37 | 0.5 |
| Hex | 50 | 72 | AD | 36 | 22 | 0 | 20 | DA | 25 | 32 |
| Octal | 120 | 162 | 255 | 66 | 42 | 0 | 40 | 332 | 45 | 62 |
| Binary | 1010000 | 1110010 | 10101101 | 110110 | 100010 | 0 | 100000 | 11011010 | 100101 | 110010 |
Color Harmonies of #5072AD
Complementary color
Monochromatic Colors of #5072AD
Black with #5072AD
Text Example
Text Example
White with #5072AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5072AD; }
p { color: rgb(80,114,173); }
H1.HeaderClassName
{
color: #5072AD;
}
.AnyTagClassName
{
color: #5072AD;
}
</style>
background-color css
<style>
a { background-color: #5072AD; }
a { background-color: rgb(80,114,173); }
div.DivClassName
{
background-color: #5072AD;
}
.BgClassName
{
background-color: #5072AD;
}
</style>
border-color css
<style>
span { border-color: #5072AD; }
span { border-color: rgb(80,114,173); }
td.TdClassName
{
border-color: #5072AD;
}
.TagClassName
{
border-color: #5072AD;
}
</style>