Shades of Tom Thumb #55674F
Tints of Tom Thumb #55674F
RGB
CMYK
RGB Variations
Color information
#55674F (or 0x55674F) is known color: Tom Thumb. HEX triplet: 55, 67 and 4F. RGB value is (85,103,79). Sum of RGB (Red+Green+Blue) = 85+103+79=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 103 - color contains mainly: green. Hex color #55674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55674F is #AA98B0. Grayscale: #5E5E5E. Windows color (decimal): -11180209 or 5203797. OLE color: 5203797.
HSL color Cylindrical-coordinate representation of color #55674F: hue angle of 105º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55674F is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 79 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.60 |
| HSL | 105º | 0.13% | 0.36% | - |
| HSV(B) | 105º | 0.23% | 0.4% | - |
| XYZ | 10.01 | 12.2 | 9.22 | - |
| YUV | 94.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 79 | 0.17 | 0 | 0.23 | 0.60 | 105 | 0.13 | 0.36 |
| Hex | 55 | 67 | 4F | 11 | 0 | 17 | 3C | 69 | D | 24 |
| Octal | 125 | 147 | 117 | 21 | 0 | 27 | 74 | 151 | 15 | 44 |
| Binary | 1010101 | 1100111 | 1001111 | 10001 | 0 | 10111 | 111100 | 1101001 | 1101 | 100100 |
Color Harmonies of #55674F
Complementary color
Monochromatic Colors of #55674F
Black with #55674F
Text Example
Text Example
White with #55674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55674F; }
p { color: rgb(85,103,79); }
H1.HeaderClassName
{
color: #55674F;
}
.AnyTagClassName
{
color: #55674F;
}
</style>
background-color css
<style>
a { background-color: #55674F; }
a { background-color: rgb(85,103,79); }
div.DivClassName
{
background-color: #55674F;
}
.BgClassName
{
background-color: #55674F;
}
</style>
border-color css
<style>
span { border-color: #55674F; }
span { border-color: rgb(85,103,79); }
td.TdClassName
{
border-color: #55674F;
}
.TagClassName
{
border-color: #55674F;
}
</style>