Shades of San Marino #5076AC
Tints of San Marino #5076AC
RGB
CMYK
RGB Variations
Color information
#5076AC (or 0x5076AC) is known color: San Marino. HEX triplet: 50, 76 and AC. RGB value is (80,118,172). Sum of RGB (Red+Green+Blue) = 80+118+172=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #5076AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5076AC is #AF8953. Grayscale: #707070. Windows color (decimal): -11503956 or 11302480. OLE color: 11302480.
HSL color Cylindrical-coordinate representation of color #5076AC: hue angle of 215.22º 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 #5076AC is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 118 | 172 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.33 |
| HSL | 215.22º | 0.37% | 0.49% | - |
| HSV(B) | 215.22º | 0.53% | 0.67% | - |
| XYZ | 17.23 | 17.64 | 41.53 | - |
| YUV | 112.79 | 161.41 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 172 | 0.53 | 0.31 | 0 | 0.33 | 215.22 | 0.37 | 0.49 |
| Hex | 50 | 76 | AC | 35 | 1F | 0 | 21 | D7 | 25 | 31 |
| Octal | 120 | 166 | 254 | 65 | 37 | 0 | 41 | 327 | 45 | 61 |
| Binary | 1010000 | 1110110 | 10101100 | 110101 | 11111 | 0 | 100001 | 11010111 | 100101 | 110001 |
Color Harmonies of #5076AC
Complementary color
Monochromatic Colors of #5076AC
Black with #5076AC
Text Example
Text Example
White with #5076AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5076AC; }
p { color: rgb(80,118,172); }
H1.HeaderClassName
{
color: #5076AC;
}
.AnyTagClassName
{
color: #5076AC;
}
</style>
background-color css
<style>
a { background-color: #5076AC; }
a { background-color: rgb(80,118,172); }
div.DivClassName
{
background-color: #5076AC;
}
.BgClassName
{
background-color: #5076AC;
}
</style>
border-color css
<style>
span { border-color: #5076AC; }
span { border-color: rgb(80,118,172); }
td.TdClassName
{
border-color: #5076AC;
}
.TagClassName
{
border-color: #5076AC;
}
</style>