Shades of Tax Break #55676B
Tints of Tax Break #55676B
RGB
CMYK
RGB Variations
Color information
#55676B (or 0x55676B) is known color: Tax Break. HEX triplet: 55, 67 and 6B. RGB value is (85,103,107). Sum of RGB (Red+Green+Blue) = 85+103+107=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 107 - color contains mainly: blue. Hex color #55676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55676B is #AA9894. Grayscale: #626262. Windows color (decimal): -11180181 or 7038805. OLE color: 7038805.
HSL color Cylindrical-coordinate representation of color #55676B: hue angle of 190.91º 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 #55676B is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 103 | 107 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.58 |
| HSL | 190.91º | 0.11% | 0.38% | - |
| HSV(B) | 190.91º | 0.21% | 0.42% | - |
| XYZ | 11.25 | 12.69 | 15.77 | - |
| YUV | 98.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 107 | 0.21 | 0.04 | 0 | 0.58 | 190.91 | 0.11 | 0.38 |
| Hex | 55 | 67 | 6B | 15 | 4 | 0 | 3A | BF | B | 26 |
| Octal | 125 | 147 | 153 | 25 | 4 | 0 | 72 | 277 | 13 | 46 |
| Binary | 1010101 | 1100111 | 1101011 | 10101 | 100 | 0 | 111010 | 10111111 | 1011 | 100110 |
Color Harmonies of #55676B
Complementary color
Monochromatic Colors of #55676B
Black with #55676B
Text Example
Text Example
White with #55676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55676B; }
p { color: rgb(85,103,107); }
H1.HeaderClassName
{
color: #55676B;
}
.AnyTagClassName
{
color: #55676B;
}
</style>
background-color css
<style>
a { background-color: #55676B; }
a { background-color: rgb(85,103,107); }
div.DivClassName
{
background-color: #55676B;
}
.BgClassName
{
background-color: #55676B;
}
</style>
border-color css
<style>
span { border-color: #55676B; }
span { border-color: rgb(85,103,107); }
td.TdClassName
{
border-color: #55676B;
}
.TagClassName
{
border-color: #55676B;
}
</style>