Shades of San Marino #5076AD
Tints of San Marino #5076AD
RGB
CMYK
RGB Variations
Color information
#5076AD (or 0x5076AD) is known color: San Marino. HEX triplet: 50, 76 and AD. RGB value is (80,118,173). Sum of RGB (Red+Green+Blue) = 80+118+173=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #5076AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5076AD is #AF8952. Grayscale: #707070. Windows color (decimal): -11503955 or 11368016. OLE color: 11368016.
HSL color Cylindrical-coordinate representation of color #5076AD: hue angle of 215.48º 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 #5076AD is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 118 | 173 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.32 |
| HSL | 215.48º | 0.37% | 0.5% | - |
| HSV(B) | 215.48º | 0.54% | 0.68% | - |
| XYZ | 17.33 | 17.68 | 42.03 | - |
| YUV | 112.91 | 161.91 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 173 | 0.54 | 0.32 | 0 | 0.32 | 215.48 | 0.37 | 0.5 |
| Hex | 50 | 76 | AD | 36 | 20 | 0 | 20 | D7 | 25 | 32 |
| Octal | 120 | 166 | 255 | 66 | 40 | 0 | 40 | 327 | 45 | 62 |
| Binary | 1010000 | 1110110 | 10101101 | 110110 | 100000 | 0 | 100000 | 11010111 | 100101 | 110010 |
Color Harmonies of #5076AD
Complementary color
Monochromatic Colors of #5076AD
Black with #5076AD
Text Example
Text Example
White with #5076AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5076AD; }
p { color: rgb(80,118,173); }
H1.HeaderClassName
{
color: #5076AD;
}
.AnyTagClassName
{
color: #5076AD;
}
</style>
background-color css
<style>
a { background-color: #5076AD; }
a { background-color: rgb(80,118,173); }
div.DivClassName
{
background-color: #5076AD;
}
.BgClassName
{
background-color: #5076AD;
}
</style>
border-color css
<style>
span { border-color: #5076AD; }
span { border-color: rgb(80,118,173); }
td.TdClassName
{
border-color: #5076AD;
}
.TagClassName
{
border-color: #5076AD;
}
</style>