Shades of Tom Thumb #50684B
Tints of Tom Thumb #50684B
RGB
CMYK
RGB Variations
Color information
#50684B (or 0x50684B) is known color: Tom Thumb. HEX triplet: 50, 68 and 4B. RGB value is (80,104,75). Sum of RGB (Red+Green+Blue) = 80+104+75=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #50684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50684B is #AF97B4. Grayscale: #5D5D5D. Windows color (decimal): -11507637 or 4941904. OLE color: 4941904.
HSL color Cylindrical-coordinate representation of color #50684B: hue angle of 109.66º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50684B is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 75 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.59 |
| HSL | 109.66º | 0.16% | 0.35% | - |
| HSV(B) | 109.66º | 0.28% | 0.41% | - |
| XYZ | 9.53 | 12.11 | 8.49 | - |
| YUV | 93.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 75 | 0.23 | 0 | 0.28 | 0.59 | 109.66 | 0.16 | 0.35 |
| Hex | 50 | 68 | 4B | 17 | 0 | 1C | 3B | 6E | 10 | 23 |
| Octal | 120 | 150 | 113 | 27 | 0 | 34 | 73 | 156 | 20 | 43 |
| Binary | 1010000 | 1101000 | 1001011 | 10111 | 0 | 11100 | 111011 | 1101110 | 10000 | 100011 |
Color Harmonies of #50684B
Complementary color
Monochromatic Colors of #50684B
Black with #50684B
Text Example
Text Example
White with #50684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50684B; }
p { color: rgb(80,104,75); }
H1.HeaderClassName
{
color: #50684B;
}
.AnyTagClassName
{
color: #50684B;
}
</style>
background-color css
<style>
a { background-color: #50684B; }
a { background-color: rgb(80,104,75); }
div.DivClassName
{
background-color: #50684B;
}
.BgClassName
{
background-color: #50684B;
}
</style>
border-color css
<style>
span { border-color: #50684B; }
span { border-color: rgb(80,104,75); }
td.TdClassName
{
border-color: #50684B;
}
.TagClassName
{
border-color: #50684B;
}
</style>