Shades of San Marino #5070A2
Tints of San Marino #5070A2
RGB
CMYK
RGB Variations
Color information
#5070A2 (or 0x5070A2) is known color: San Marino. HEX triplet: 50, 70 and A2. RGB value is (80,112,162). Sum of RGB (Red+Green+Blue) = 80+112+162=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #5070A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5070A2 is #AF8F5D. Grayscale: #6B6B6B. Windows color (decimal): -11505502 or 10645584. OLE color: 10645584.
HSL color Cylindrical-coordinate representation of color #5070A2: hue angle of 216.59º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5070A2 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 112 | 162 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.36 |
| HSL | 216.59º | 0.34% | 0.47% | - |
| HSV(B) | 216.59º | 0.51% | 0.64% | - |
| XYZ | 15.62 | 15.9 | 36.43 | - |
| YUV | 108.13 | 158.4 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 162 | 0.51 | 0.31 | 0 | 0.36 | 216.59 | 0.34 | 0.47 |
| Hex | 50 | 70 | A2 | 33 | 1F | 0 | 24 | D9 | 22 | 2F |
| Octal | 120 | 160 | 242 | 63 | 37 | 0 | 44 | 331 | 42 | 57 |
| Binary | 1010000 | 1110000 | 10100010 | 110011 | 11111 | 0 | 100100 | 11011001 | 100010 | 101111 |
Color Harmonies of #5070A2
Complementary color
Monochromatic Colors of #5070A2
Black with #5070A2
Text Example
Text Example
White with #5070A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5070A2; }
p { color: rgb(80,112,162); }
H1.HeaderClassName
{
color: #5070A2;
}
.AnyTagClassName
{
color: #5070A2;
}
</style>
background-color css
<style>
a { background-color: #5070A2; }
a { background-color: rgb(80,112,162); }
div.DivClassName
{
background-color: #5070A2;
}
.BgClassName
{
background-color: #5070A2;
}
</style>
border-color css
<style>
span { border-color: #5070A2; }
span { border-color: rgb(80,112,162); }
td.TdClassName
{
border-color: #5070A2;
}
.TagClassName
{
border-color: #5070A2;
}
</style>