Shades of Tom Thumb #506B46
Tints of Tom Thumb #506B46
RGB
CMYK
RGB Variations
Color information
#506B46 (or 0x506B46) is known color: Tom Thumb. HEX triplet: 50, 6B and 46. RGB value is (80,107,70). Sum of RGB (Red+Green+Blue) = 80+107+70=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #506B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506B46 is #AF94B9. Grayscale: #5E5E5E. Windows color (decimal): -11506874 or 4614992. OLE color: 4614992.
HSL color Cylindrical-coordinate representation of color #506B46: hue angle of 103.78º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #506B46 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 107 | 70 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.58 |
| HSL | 103.78º | 0.21% | 0.35% | - |
| HSV(B) | 103.78º | 0.35% | 0.42% | - |
| XYZ | 9.67 | 12.66 | 7.73 | - |
| YUV | 94.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 70 | 0.25 | 0 | 0.35 | 0.58 | 103.78 | 0.21 | 0.35 |
| Hex | 50 | 6B | 46 | 19 | 0 | 23 | 3A | 68 | 15 | 23 |
| Octal | 120 | 153 | 106 | 31 | 0 | 43 | 72 | 150 | 25 | 43 |
| Binary | 1010000 | 1101011 | 1000110 | 11001 | 0 | 100011 | 111010 | 1101000 | 10101 | 100011 |
Color Harmonies of #506B46
Complementary color
Monochromatic Colors of #506B46
Black with #506B46
Text Example
Text Example
White with #506B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506B46; }
p { color: rgb(80,107,70); }
H1.HeaderClassName
{
color: #506B46;
}
.AnyTagClassName
{
color: #506B46;
}
</style>
background-color css
<style>
a { background-color: #506B46; }
a { background-color: rgb(80,107,70); }
div.DivClassName
{
background-color: #506B46;
}
.BgClassName
{
background-color: #506B46;
}
</style>
border-color css
<style>
span { border-color: #506B46; }
span { border-color: rgb(80,107,70); }
td.TdClassName
{
border-color: #506B46;
}
.TagClassName
{
border-color: #506B46;
}
</style>