Shades of Tax Break #55686B
Tints of Tax Break #55686B
RGB
CMYK
RGB Variations
Color information
#55686B (or 0x55686B) is known color: Tax Break. HEX triplet: 55, 68 and 6B. RGB value is (85,104,107). Sum of RGB (Red+Green+Blue) = 85+104+107=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 107 - color contains mainly: blue. Hex color #55686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55686B is #AA9794. Grayscale: #626262. Windows color (decimal): -11179925 or 7039061. OLE color: 7039061.
HSL color Cylindrical-coordinate representation of color #55686B: hue angle of 188.18º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55686B is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 104 | 107 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.58 |
| HSL | 188.18º | 0.11% | 0.38% | - |
| HSV(B) | 188.18º | 0.21% | 0.42% | - |
| XYZ | 11.35 | 12.89 | 15.8 | - |
| YUV | 98.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 107 | 0.21 | 0.03 | 0 | 0.58 | 188.18 | 0.11 | 0.38 |
| Hex | 55 | 68 | 6B | 15 | 3 | 0 | 3A | BC | B | 26 |
| Octal | 125 | 150 | 153 | 25 | 3 | 0 | 72 | 274 | 13 | 46 |
| Binary | 1010101 | 1101000 | 1101011 | 10101 | 11 | 0 | 111010 | 10111100 | 1011 | 100110 |
Color Harmonies of #55686B
Complementary color
Monochromatic Colors of #55686B
Black with #55686B
Text Example
Text Example
White with #55686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55686B; }
p { color: rgb(85,104,107); }
H1.HeaderClassName
{
color: #55686B;
}
.AnyTagClassName
{
color: #55686B;
}
</style>
background-color css
<style>
a { background-color: #55686B; }
a { background-color: rgb(85,104,107); }
div.DivClassName
{
background-color: #55686B;
}
.BgClassName
{
background-color: #55686B;
}
</style>
border-color css
<style>
span { border-color: #55686B; }
span { border-color: rgb(85,104,107); }
td.TdClassName
{
border-color: #55686B;
}
.TagClassName
{
border-color: #55686B;
}
</style>