Shades of San Marino #5070AD
Tints of San Marino #5070AD
RGB
CMYK
RGB Variations
Color information
#5070AD (or 0x5070AD) is known color: San Marino. HEX triplet: 50, 70 and AD. RGB value is (80,112,173). Sum of RGB (Red+Green+Blue) = 80+112+173=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #5070AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5070AD is #AF8F52. Grayscale: #6D6D6D. Windows color (decimal): -11505491 or 11366480. OLE color: 11366480.
HSL color Cylindrical-coordinate representation of color #5070AD: hue angle of 219.35º 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 #5070AD is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 112 | 173 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.32 |
| HSL | 219.35º | 0.37% | 0.5% | - |
| HSV(B) | 219.35º | 0.54% | 0.68% | - |
| XYZ | 16.65 | 16.31 | 41.81 | - |
| YUV | 109.39 | 163.9 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 173 | 0.54 | 0.35 | 0 | 0.32 | 219.35 | 0.37 | 0.5 |
| Hex | 50 | 70 | AD | 36 | 23 | 0 | 20 | DB | 25 | 32 |
| Octal | 120 | 160 | 255 | 66 | 43 | 0 | 40 | 333 | 45 | 62 |
| Binary | 1010000 | 1110000 | 10101101 | 110110 | 100011 | 0 | 100000 | 11011011 | 100101 | 110010 |
Color Harmonies of #5070AD
Complementary color
Monochromatic Colors of #5070AD
Black with #5070AD
Text Example
Text Example
White with #5070AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5070AD; }
p { color: rgb(80,112,173); }
H1.HeaderClassName
{
color: #5070AD;
}
.AnyTagClassName
{
color: #5070AD;
}
</style>
background-color css
<style>
a { background-color: #5070AD; }
a { background-color: rgb(80,112,173); }
div.DivClassName
{
background-color: #5070AD;
}
.BgClassName
{
background-color: #5070AD;
}
</style>
border-color css
<style>
span { border-color: #5070AD; }
span { border-color: rgb(80,112,173); }
td.TdClassName
{
border-color: #5070AD;
}
.TagClassName
{
border-color: #5070AD;
}
</style>