Shades of Tax Break #55676A
Tints of Tax Break #55676A
RGB
CMYK
RGB Variations
Color information
#55676A (or 0x55676A) is known color: Tax Break. HEX triplet: 55, 67 and 6A. RGB value is (85,103,106). Sum of RGB (Red+Green+Blue) = 85+103+106=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 106 - color contains mainly: blue. Hex color #55676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55676A is #AA9895. Grayscale: #616161. Windows color (decimal): -11180182 or 6973269. OLE color: 6973269.
HSL color Cylindrical-coordinate representation of color #55676A: hue angle of 188.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55676A is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 103 | 106 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.58 |
| HSL | 188.57º | 0.11% | 0.37% | - |
| HSV(B) | 188.57º | 0.2% | 0.42% | - |
| XYZ | 11.2 | 12.67 | 15.49 | - |
| YUV | 97.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 106 | 0.20 | 0.03 | 0 | 0.58 | 188.57 | 0.11 | 0.37 |
| Hex | 55 | 67 | 6A | 14 | 3 | 0 | 3A | BD | B | 25 |
| Octal | 125 | 147 | 152 | 24 | 3 | 0 | 72 | 275 | 13 | 45 |
| Binary | 1010101 | 1100111 | 1101010 | 10100 | 11 | 0 | 111010 | 10111101 | 1011 | 100101 |
Color Harmonies of #55676A
Complementary color
Monochromatic Colors of #55676A
Black with #55676A
Text Example
Text Example
White with #55676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55676A; }
p { color: rgb(85,103,106); }
H1.HeaderClassName
{
color: #55676A;
}
.AnyTagClassName
{
color: #55676A;
}
</style>
background-color css
<style>
a { background-color: #55676A; }
a { background-color: rgb(85,103,106); }
div.DivClassName
{
background-color: #55676A;
}
.BgClassName
{
background-color: #55676A;
}
</style>
border-color css
<style>
span { border-color: #55676A; }
span { border-color: rgb(85,103,106); }
td.TdClassName
{
border-color: #55676A;
}
.TagClassName
{
border-color: #55676A;
}
</style>