Shades of Tom Thumb #58684E
Tints of Tom Thumb #58684E
RGB
CMYK
RGB Variations
Color information
#58684E (or 0x58684E) is known color: Tom Thumb. HEX triplet: 58, 68 and 4E. RGB value is (88,104,78). Sum of RGB (Red+Green+Blue) = 88+104+78=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #58684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58684E is #A797B1. Grayscale: #606060. Windows color (decimal): -10983346 or 5138520. OLE color: 5138520.
HSL color Cylindrical-coordinate representation of color #58684E: hue angle of 96.92º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58684E is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 104 | 78 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.59 |
| HSL | 96.92º | 0.14% | 0.36% | - |
| HSV(B) | 96.92º | 0.25% | 0.41% | - |
| XYZ | 10.35 | 12.53 | 9.08 | - |
| YUV | 96.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 78 | 0.15 | 0 | 0.25 | 0.59 | 96.92 | 0.14 | 0.36 |
| Hex | 58 | 68 | 4E | F | 0 | 19 | 3B | 61 | E | 24 |
| Octal | 130 | 150 | 116 | 17 | 0 | 31 | 73 | 141 | 16 | 44 |
| Binary | 1011000 | 1101000 | 1001110 | 1111 | 0 | 11001 | 111011 | 1100001 | 1110 | 100100 |
Color Harmonies of #58684E
Complementary color
Monochromatic Colors of #58684E
Black with #58684E
Text Example
Text Example
White with #58684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58684E; }
p { color: rgb(88,104,78); }
H1.HeaderClassName
{
color: #58684E;
}
.AnyTagClassName
{
color: #58684E;
}
</style>
background-color css
<style>
a { background-color: #58684E; }
a { background-color: rgb(88,104,78); }
div.DivClassName
{
background-color: #58684E;
}
.BgClassName
{
background-color: #58684E;
}
</style>
border-color css
<style>
span { border-color: #58684E; }
span { border-color: rgb(88,104,78); }
td.TdClassName
{
border-color: #58684E;
}
.TagClassName
{
border-color: #58684E;
}
</style>