Shades of Tom Thumb #556F48
Tints of Tom Thumb #556F48
RGB
CMYK
RGB Variations
Color information
#556F48 (or 0x556F48) is known color: Tom Thumb. HEX triplet: 55, 6F and 48. RGB value is (85,111,72). Sum of RGB (Red+Green+Blue) = 85+111+72=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #556F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F48 is #AA90B7. Grayscale: #626262. Windows color (decimal): -11178168 or 4747093. OLE color: 4747093.
HSL color Cylindrical-coordinate representation of color #556F48: hue angle of 100º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #556F48 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 111 | 72 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.56 |
| HSL | 100º | 0.21% | 0.36% | - |
| HSV(B) | 100º | 0.35% | 0.44% | - |
| XYZ | 10.6 | 13.77 | 8.23 | - |
| YUV | 98.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 72 | 0.23 | 0 | 0.35 | 0.56 | 100 | 0.21 | 0.36 |
| Hex | 55 | 6F | 48 | 17 | 0 | 23 | 38 | 64 | 15 | 24 |
| Octal | 125 | 157 | 110 | 27 | 0 | 43 | 70 | 144 | 25 | 44 |
| Binary | 1010101 | 1101111 | 1001000 | 10111 | 0 | 100011 | 111000 | 1100100 | 10101 | 100100 |
Color Harmonies of #556F48
Complementary color
Monochromatic Colors of #556F48
Black with #556F48
Text Example
Text Example
White with #556F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556F48; }
p { color: rgb(85,111,72); }
H1.HeaderClassName
{
color: #556F48;
}
.AnyTagClassName
{
color: #556F48;
}
</style>
background-color css
<style>
a { background-color: #556F48; }
a { background-color: rgb(85,111,72); }
div.DivClassName
{
background-color: #556F48;
}
.BgClassName
{
background-color: #556F48;
}
</style>
border-color css
<style>
span { border-color: #556F48; }
span { border-color: rgb(85,111,72); }
td.TdClassName
{
border-color: #556F48;
}
.TagClassName
{
border-color: #556F48;
}
</style>