Shades of Tom Thumb #506D4B
Tints of Tom Thumb #506D4B
RGB
CMYK
RGB Variations
Color information
#506D4B (or 0x506D4B) is known color: Tom Thumb. HEX triplet: 50, 6D and 4B. RGB value is (80,109,75). Sum of RGB (Red+Green+Blue) = 80+109+75=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 109 - color contains mainly: green. Hex color #506D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506D4B is #AF92B4. Grayscale: #606060. Windows color (decimal): -11506357 or 4943184. OLE color: 4943184.
HSL color Cylindrical-coordinate representation of color #506D4B: hue angle of 111.18º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #506D4B is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 75 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.57 |
| HSL | 111.18º | 0.18% | 0.36% | - |
| HSV(B) | 111.18º | 0.31% | 0.43% | - |
| XYZ | 10.05 | 13.15 | 8.67 | - |
| YUV | 96.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 75 | 0.27 | 0 | 0.31 | 0.57 | 111.18 | 0.18 | 0.36 |
| Hex | 50 | 6D | 4B | 1B | 0 | 1F | 39 | 6F | 12 | 24 |
| Octal | 120 | 155 | 113 | 33 | 0 | 37 | 71 | 157 | 22 | 44 |
| Binary | 1010000 | 1101101 | 1001011 | 11011 | 0 | 11111 | 111001 | 1101111 | 10010 | 100100 |
Color Harmonies of #506D4B
Complementary color
Monochromatic Colors of #506D4B
Black with #506D4B
Text Example
Text Example
White with #506D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D4B; }
p { color: rgb(80,109,75); }
H1.HeaderClassName
{
color: #506D4B;
}
.AnyTagClassName
{
color: #506D4B;
}
</style>
background-color css
<style>
a { background-color: #506D4B; }
a { background-color: rgb(80,109,75); }
div.DivClassName
{
background-color: #506D4B;
}
.BgClassName
{
background-color: #506D4B;
}
</style>
border-color css
<style>
span { border-color: #506D4B; }
span { border-color: rgb(80,109,75); }
td.TdClassName
{
border-color: #506D4B;
}
.TagClassName
{
border-color: #506D4B;
}
</style>