Shades of Tax Break #506E73
Tints of Tax Break #506E73
RGB
CMYK
RGB Variations
Color information
#506E73 (or 0x506E73) is known color: Tax Break. HEX triplet: 50, 6E and 73. RGB value is (80,110,115). Sum of RGB (Red+Green+Blue) = 80+110+115=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #506E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506E73 is #AF918C. Grayscale: #656565. Windows color (decimal): -11506061 or 7564880. OLE color: 7564880.
HSL color Cylindrical-coordinate representation of color #506E73: hue angle of 188.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506E73 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 110 | 115 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.55 |
| HSL | 188.57º | 0.18% | 0.38% | - |
| HSV(B) | 188.57º | 0.3% | 0.45% | - |
| XYZ | 11.98 | 14.1 | 18.31 | - |
| YUV | 101.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 110 | 115 | 0.30 | 0.04 | 0 | 0.55 | 188.57 | 0.18 | 0.38 |
| Hex | 50 | 6E | 73 | 1E | 4 | 0 | 37 | BD | 12 | 26 |
| Octal | 120 | 156 | 163 | 36 | 4 | 0 | 67 | 275 | 22 | 46 |
| Binary | 1010000 | 1101110 | 1110011 | 11110 | 100 | 0 | 110111 | 10111101 | 10010 | 100110 |
Color Harmonies of #506E73
Complementary color
Monochromatic Colors of #506E73
Black with #506E73
Text Example
Text Example
White with #506E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506E73; }
p { color: rgb(80,110,115); }
H1.HeaderClassName
{
color: #506E73;
}
.AnyTagClassName
{
color: #506E73;
}
</style>
background-color css
<style>
a { background-color: #506E73; }
a { background-color: rgb(80,110,115); }
div.DivClassName
{
background-color: #506E73;
}
.BgClassName
{
background-color: #506E73;
}
</style>
border-color css
<style>
span { border-color: #506E73; }
span { border-color: rgb(80,110,115); }
td.TdClassName
{
border-color: #506E73;
}
.TagClassName
{
border-color: #506E73;
}
</style>