Shades of Tom Thumb #506D4C
Tints of Tom Thumb #506D4C
RGB
CMYK
RGB Variations
Color information
#506D4C (or 0x506D4C) is known color: Tom Thumb. HEX triplet: 50, 6D and 4C. RGB value is (80,109,76). Sum of RGB (Red+Green+Blue) = 80+109+76=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #506D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506D4C is #AF92B3. Grayscale: #606060. Windows color (decimal): -11506356 or 5008720. OLE color: 5008720.
HSL color Cylindrical-coordinate representation of color #506D4C: hue angle of 112.73º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506D4C is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 76 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.57 |
| HSL | 112.73º | 0.18% | 0.36% | - |
| HSV(B) | 112.73º | 0.3% | 0.43% | - |
| XYZ | 10.08 | 13.16 | 8.85 | - |
| YUV | 96.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 76 | 0.27 | 0 | 0.30 | 0.57 | 112.73 | 0.18 | 0.36 |
| Hex | 50 | 6D | 4C | 1B | 0 | 1E | 39 | 71 | 12 | 24 |
| Octal | 120 | 155 | 114 | 33 | 0 | 36 | 71 | 161 | 22 | 44 |
| Binary | 1010000 | 1101101 | 1001100 | 11011 | 0 | 11110 | 111001 | 1110001 | 10010 | 100100 |
Color Harmonies of #506D4C
Complementary color
Monochromatic Colors of #506D4C
Black with #506D4C
Text Example
Text Example
White with #506D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D4C; }
p { color: rgb(80,109,76); }
H1.HeaderClassName
{
color: #506D4C;
}
.AnyTagClassName
{
color: #506D4C;
}
</style>
background-color css
<style>
a { background-color: #506D4C; }
a { background-color: rgb(80,109,76); }
div.DivClassName
{
background-color: #506D4C;
}
.BgClassName
{
background-color: #506D4C;
}
</style>
border-color css
<style>
span { border-color: #506D4C; }
span { border-color: rgb(80,109,76); }
td.TdClassName
{
border-color: #506D4C;
}
.TagClassName
{
border-color: #506D4C;
}
</style>