Shades of Tax Break #50696F
Tints of Tax Break #50696F
RGB
CMYK
RGB Variations
Color information
#50696F (or 0x50696F) is known color: Tax Break. HEX triplet: 50, 69 and 6F. RGB value is (80,105,111). Sum of RGB (Red+Green+Blue) = 80+105+111=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 111 - color contains mainly: blue. Hex color #50696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50696F is #AF9690. Grayscale: #626262. Windows color (decimal): -11507345 or 7301456. OLE color: 7301456.
HSL color Cylindrical-coordinate representation of color #50696F: hue angle of 191.61º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50696F is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 105 | 111 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.56 |
| HSL | 191.61º | 0.16% | 0.37% | - |
| HSV(B) | 191.61º | 0.28% | 0.44% | - |
| XYZ | 11.23 | 12.96 | 16.95 | - |
| YUV | 98.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 111 | 0.28 | 0.05 | 0 | 0.56 | 191.61 | 0.16 | 0.37 |
| Hex | 50 | 69 | 6F | 1C | 5 | 0 | 38 | C0 | 10 | 25 |
| Octal | 120 | 151 | 157 | 34 | 5 | 0 | 70 | 300 | 20 | 45 |
| Binary | 1010000 | 1101001 | 1101111 | 11100 | 101 | 0 | 111000 | 11000000 | 10000 | 100101 |
Color Harmonies of #50696F
Complementary color
Monochromatic Colors of #50696F
Black with #50696F
Text Example
Text Example
White with #50696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50696F; }
p { color: rgb(80,105,111); }
H1.HeaderClassName
{
color: #50696F;
}
.AnyTagClassName
{
color: #50696F;
}
</style>
background-color css
<style>
a { background-color: #50696F; }
a { background-color: rgb(80,105,111); }
div.DivClassName
{
background-color: #50696F;
}
.BgClassName
{
background-color: #50696F;
}
</style>
border-color css
<style>
span { border-color: #50696F; }
span { border-color: rgb(80,105,111); }
td.TdClassName
{
border-color: #50696F;
}
.TagClassName
{
border-color: #50696F;
}
</style>