Shades of San Marino #5071AC
Tints of San Marino #5071AC
RGB
CMYK
RGB Variations
Color information
#5071AC (or 0x5071AC) is known color: San Marino. HEX triplet: 50, 71 and AC. RGB value is (80,113,172). Sum of RGB (Red+Green+Blue) = 80+113+172=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #5071AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5071AC is #AF8E53. Grayscale: #6D6D6D. Windows color (decimal): -11505236 or 11301200. OLE color: 11301200.
HSL color Cylindrical-coordinate representation of color #5071AC: hue angle of 218.48º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5071AC is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 113 | 172 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.33 |
| HSL | 218.48º | 0.37% | 0.49% | - |
| HSV(B) | 218.48º | 0.53% | 0.67% | - |
| XYZ | 16.66 | 16.49 | 41.34 | - |
| YUV | 109.86 | 163.07 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 172 | 0.53 | 0.34 | 0 | 0.33 | 218.48 | 0.37 | 0.49 |
| Hex | 50 | 71 | AC | 35 | 22 | 0 | 21 | DA | 25 | 31 |
| Octal | 120 | 161 | 254 | 65 | 42 | 0 | 41 | 332 | 45 | 61 |
| Binary | 1010000 | 1110001 | 10101100 | 110101 | 100010 | 0 | 100001 | 11011010 | 100101 | 110001 |
Color Harmonies of #5071AC
Complementary color
Monochromatic Colors of #5071AC
Black with #5071AC
Text Example
Text Example
White with #5071AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5071AC; }
p { color: rgb(80,113,172); }
H1.HeaderClassName
{
color: #5071AC;
}
.AnyTagClassName
{
color: #5071AC;
}
</style>
background-color css
<style>
a { background-color: #5071AC; }
a { background-color: rgb(80,113,172); }
div.DivClassName
{
background-color: #5071AC;
}
.BgClassName
{
background-color: #5071AC;
}
</style>
border-color css
<style>
span { border-color: #5071AC; }
span { border-color: rgb(80,113,172); }
td.TdClassName
{
border-color: #5071AC;
}
.TagClassName
{
border-color: #5071AC;
}
</style>