Shades of Tax Break #56686B
Tints of Tax Break #56686B
RGB
CMYK
RGB Variations
Color information
#56686B (or 0x56686B) is known color: Tax Break. HEX triplet: 56, 68 and 6B. RGB value is (86,104,107). Sum of RGB (Red+Green+Blue) = 86+104+107=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 107 - color contains mainly: blue. Hex color #56686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56686B is #A99794. Grayscale: #626262. Windows color (decimal): -11114389 or 7039062. OLE color: 7039062.
HSL color Cylindrical-coordinate representation of color #56686B: hue angle of 188.57º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56686B is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 104 | 107 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.58 |
| HSL | 188.57º | 0.11% | 0.38% | - |
| HSV(B) | 188.57º | 0.2% | 0.42% | - |
| XYZ | 11.44 | 12.94 | 15.8 | - |
| YUV | 98.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 107 | 0.20 | 0.03 | 0 | 0.58 | 188.57 | 0.11 | 0.38 |
| Hex | 56 | 68 | 6B | 14 | 3 | 0 | 3A | BD | B | 26 |
| Octal | 126 | 150 | 153 | 24 | 3 | 0 | 72 | 275 | 13 | 46 |
| Binary | 1010110 | 1101000 | 1101011 | 10100 | 11 | 0 | 111010 | 10111101 | 1011 | 100110 |
Color Harmonies of #56686B
Complementary color
Monochromatic Colors of #56686B
Black with #56686B
Text Example
Text Example
White with #56686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56686B; }
p { color: rgb(86,104,107); }
H1.HeaderClassName
{
color: #56686B;
}
.AnyTagClassName
{
color: #56686B;
}
</style>
background-color css
<style>
a { background-color: #56686B; }
a { background-color: rgb(86,104,107); }
div.DivClassName
{
background-color: #56686B;
}
.BgClassName
{
background-color: #56686B;
}
</style>
border-color css
<style>
span { border-color: #56686B; }
span { border-color: rgb(86,104,107); }
td.TdClassName
{
border-color: #56686B;
}
.TagClassName
{
border-color: #56686B;
}
</style>