Shades of Tax Break #50686D
Tints of Tax Break #50686D
RGB
CMYK
RGB Variations
Color information
#50686D (or 0x50686D) is known color: Tax Break. HEX triplet: 50, 68 and 6D. RGB value is (80,104,109). Sum of RGB (Red+Green+Blue) = 80+104+109=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 109 - color contains mainly: blue. Hex color #50686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50686D is #AF9792. Grayscale: #616161. Windows color (decimal): -11507603 or 7170128. OLE color: 7170128.
HSL color Cylindrical-coordinate representation of color #50686D: hue angle of 190.34º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50686D is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 104 | 109 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.57 |
| HSL | 190.34º | 0.15% | 0.37% | - |
| HSV(B) | 190.34º | 0.27% | 0.43% | - |
| XYZ | 11.02 | 12.71 | 16.34 | - |
| YUV | 97.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 109 | 0.27 | 0.05 | 0 | 0.57 | 190.34 | 0.15 | 0.37 |
| Hex | 50 | 68 | 6D | 1B | 5 | 0 | 39 | BE | F | 25 |
| Octal | 120 | 150 | 155 | 33 | 5 | 0 | 71 | 276 | 17 | 45 |
| Binary | 1010000 | 1101000 | 1101101 | 11011 | 101 | 0 | 111001 | 10111110 | 1111 | 100101 |
Color Harmonies of #50686D
Complementary color
Monochromatic Colors of #50686D
Black with #50686D
Text Example
Text Example
White with #50686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50686D; }
p { color: rgb(80,104,109); }
H1.HeaderClassName
{
color: #50686D;
}
.AnyTagClassName
{
color: #50686D;
}
</style>
background-color css
<style>
a { background-color: #50686D; }
a { background-color: rgb(80,104,109); }
div.DivClassName
{
background-color: #50686D;
}
.BgClassName
{
background-color: #50686D;
}
</style>
border-color css
<style>
span { border-color: #50686D; }
span { border-color: rgb(80,104,109); }
td.TdClassName
{
border-color: #50686D;
}
.TagClassName
{
border-color: #50686D;
}
</style>