Shades of Tom Thumb #506B4D
Tints of Tom Thumb #506B4D
RGB
CMYK
RGB Variations
Color information
#506B4D (or 0x506B4D) is known color: Tom Thumb. HEX triplet: 50, 6B and 4D. RGB value is (80,107,77). Sum of RGB (Red+Green+Blue) = 80+107+77=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #506B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B4D is #AF94B2. Grayscale: #5F5F5F. Windows color (decimal): -11506867 or 5073744. OLE color: 5073744.
HSL color Cylindrical-coordinate representation of color #506B4D: hue angle of 114º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506B4D is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 107 | 77 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.58 |
| HSL | 114º | 0.16% | 0.36% | - |
| HSV(B) | 114º | 0.28% | 0.42% | - |
| XYZ | 9.91 | 12.76 | 8.96 | - |
| YUV | 95.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 77 | 0.25 | 0 | 0.28 | 0.58 | 114 | 0.16 | 0.36 |
| Hex | 50 | 6B | 4D | 19 | 0 | 1C | 3A | 72 | 10 | 24 |
| Octal | 120 | 153 | 115 | 31 | 0 | 34 | 72 | 162 | 20 | 44 |
| Binary | 1010000 | 1101011 | 1001101 | 11001 | 0 | 11100 | 111010 | 1110010 | 10000 | 100100 |
Color Harmonies of #506B4D
Complementary color
Monochromatic Colors of #506B4D
Black with #506B4D
Text Example
Text Example
White with #506B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506B4D; }
p { color: rgb(80,107,77); }
H1.HeaderClassName
{
color: #506B4D;
}
.AnyTagClassName
{
color: #506B4D;
}
</style>
background-color css
<style>
a { background-color: #506B4D; }
a { background-color: rgb(80,107,77); }
div.DivClassName
{
background-color: #506B4D;
}
.BgClassName
{
background-color: #506B4D;
}
</style>
border-color css
<style>
span { border-color: #506B4D; }
span { border-color: rgb(80,107,77); }
td.TdClassName
{
border-color: #506B4D;
}
.TagClassName
{
border-color: #506B4D;
}
</style>