Shades of Tom Thumb #506848
Tints of Tom Thumb #506848
RGB
CMYK
RGB Variations
Color information
#506848 (or 0x506848) is known color: Tom Thumb. HEX triplet: 50, 68 and 48. RGB value is (80,104,72). Sum of RGB (Red+Green+Blue) = 80+104+72=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #506848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506848 is #AF97B7. Grayscale: #5D5D5D. Windows color (decimal): -11507640 or 4745296. OLE color: 4745296.
HSL color Cylindrical-coordinate representation of color #506848: hue angle of 105º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #506848 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 72 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.59 |
| HSL | 105º | 0.18% | 0.35% | - |
| HSV(B) | 105º | 0.31% | 0.41% | - |
| XYZ | 9.43 | 12.07 | 7.96 | - |
| YUV | 93.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 72 | 0.23 | 0 | 0.31 | 0.59 | 105 | 0.18 | 0.35 |
| Hex | 50 | 68 | 48 | 17 | 0 | 1F | 3B | 69 | 12 | 23 |
| Octal | 120 | 150 | 110 | 27 | 0 | 37 | 73 | 151 | 22 | 43 |
| Binary | 1010000 | 1101000 | 1001000 | 10111 | 0 | 11111 | 111011 | 1101001 | 10010 | 100011 |
Color Harmonies of #506848
Complementary color
Monochromatic Colors of #506848
Black with #506848
Text Example
Text Example
White with #506848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506848; }
p { color: rgb(80,104,72); }
H1.HeaderClassName
{
color: #506848;
}
.AnyTagClassName
{
color: #506848;
}
</style>
background-color css
<style>
a { background-color: #506848; }
a { background-color: rgb(80,104,72); }
div.DivClassName
{
background-color: #506848;
}
.BgClassName
{
background-color: #506848;
}
</style>
border-color css
<style>
span { border-color: #506848; }
span { border-color: rgb(80,104,72); }
td.TdClassName
{
border-color: #506848;
}
.TagClassName
{
border-color: #506848;
}
</style>