Shades of Tax Break #50696E
Tints of Tax Break #50696E
RGB
CMYK
RGB Variations
Color information
#50696E (or 0x50696E) is known color: Tax Break. HEX triplet: 50, 69 and 6E. RGB value is (80,105,110). Sum of RGB (Red+Green+Blue) = 80+105+110=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 110 - color contains mainly: blue. Hex color #50696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50696E is #AF9691. Grayscale: #626262. Windows color (decimal): -11507346 or 7235920. OLE color: 7235920.
HSL color Cylindrical-coordinate representation of color #50696E: hue angle of 190º degrees, saturation: 0.16, 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 #50696E is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 105 | 110 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.57 |
| HSL | 190º | 0.16% | 0.37% | - |
| HSV(B) | 190º | 0.27% | 0.43% | - |
| XYZ | 11.17 | 12.93 | 16.66 | - |
| YUV | 98.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 110 | 0.27 | 0.05 | 0 | 0.57 | 190 | 0.16 | 0.37 |
| Hex | 50 | 69 | 6E | 1B | 5 | 0 | 39 | BE | 10 | 25 |
| Octal | 120 | 151 | 156 | 33 | 5 | 0 | 71 | 276 | 20 | 45 |
| Binary | 1010000 | 1101001 | 1101110 | 11011 | 101 | 0 | 111001 | 10111110 | 10000 | 100101 |
Color Harmonies of #50696E
Complementary color
Monochromatic Colors of #50696E
Black with #50696E
Text Example
Text Example
White with #50696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50696E; }
p { color: rgb(80,105,110); }
H1.HeaderClassName
{
color: #50696E;
}
.AnyTagClassName
{
color: #50696E;
}
</style>
background-color css
<style>
a { background-color: #50696E; }
a { background-color: rgb(80,105,110); }
div.DivClassName
{
background-color: #50696E;
}
.BgClassName
{
background-color: #50696E;
}
</style>
border-color css
<style>
span { border-color: #50696E; }
span { border-color: rgb(80,105,110); }
td.TdClassName
{
border-color: #50696E;
}
.TagClassName
{
border-color: #50696E;
}
</style>