Shades of San Marino #5070AF
Tints of San Marino #5070AF
RGB
CMYK
RGB Variations
Color information
#5070AF (or 0x5070AF) is known color: San Marino. HEX triplet: 50, 70 and AF. RGB value is (80,112,175). Sum of RGB (Red+Green+Blue) = 80+112+175=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #5070AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5070AF is #AF8F50. Grayscale: #6D6D6D. Windows color (decimal): -11505489 or 11497552. OLE color: 11497552.
HSL color Cylindrical-coordinate representation of color #5070AF: hue angle of 219.79º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5070AF is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 112 | 175 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.31 |
| HSL | 219.79º | 0.37% | 0.5% | - |
| HSV(B) | 219.79º | 0.54% | 0.69% | - |
| XYZ | 16.84 | 16.39 | 42.83 | - |
| YUV | 109.61 | 164.9 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 175 | 0.54 | 0.36 | 0 | 0.31 | 219.79 | 0.37 | 0.5 |
| Hex | 50 | 70 | AF | 36 | 24 | 0 | 1F | DC | 25 | 32 |
| Octal | 120 | 160 | 257 | 66 | 44 | 0 | 37 | 334 | 45 | 62 |
| Binary | 1010000 | 1110000 | 10101111 | 110110 | 100100 | 0 | 11111 | 11011100 | 100101 | 110010 |
Color Harmonies of #5070AF
Complementary color
Monochromatic Colors of #5070AF
Black with #5070AF
Text Example
Text Example
White with #5070AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5070AF; }
p { color: rgb(80,112,175); }
H1.HeaderClassName
{
color: #5070AF;
}
.AnyTagClassName
{
color: #5070AF;
}
</style>
background-color css
<style>
a { background-color: #5070AF; }
a { background-color: rgb(80,112,175); }
div.DivClassName
{
background-color: #5070AF;
}
.BgClassName
{
background-color: #5070AF;
}
</style>
border-color css
<style>
span { border-color: #5070AF; }
span { border-color: rgb(80,112,175); }
td.TdClassName
{
border-color: #5070AF;
}
.TagClassName
{
border-color: #5070AF;
}
</style>