Shades of Tom Thumb #506348
Tints of Tom Thumb #506348
RGB
CMYK
RGB Variations
Color information
#506348 (or 0x506348) is known color: Tom Thumb. HEX triplet: 50, 63 and 48. RGB value is (80,99,72). Sum of RGB (Red+Green+Blue) = 80+99+72=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #506348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506348 is #AF9CB7. Grayscale: #5A5A5A. Windows color (decimal): -11508920 or 4744016. OLE color: 4744016.
HSL color Cylindrical-coordinate representation of color #506348: hue angle of 102.22º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506348 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 99 | 72 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.61 |
| HSL | 102.22º | 0.16% | 0.34% | - |
| HSV(B) | 102.22º | 0.27% | 0.39% | - |
| XYZ | 8.94 | 11.1 | 7.8 | - |
| YUV | 90.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 72 | 0.19 | 0 | 0.27 | 0.61 | 102.22 | 0.16 | 0.34 |
| Hex | 50 | 63 | 48 | 13 | 0 | 1B | 3D | 66 | 10 | 22 |
| Octal | 120 | 143 | 110 | 23 | 0 | 33 | 75 | 146 | 20 | 42 |
| Binary | 1010000 | 1100011 | 1001000 | 10011 | 0 | 11011 | 111101 | 1100110 | 10000 | 100010 |
Color Harmonies of #506348
Complementary color
Monochromatic Colors of #506348
Black with #506348
Text Example
Text Example
White with #506348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506348; }
p { color: rgb(80,99,72); }
H1.HeaderClassName
{
color: #506348;
}
.AnyTagClassName
{
color: #506348;
}
</style>
background-color css
<style>
a { background-color: #506348; }
a { background-color: rgb(80,99,72); }
div.DivClassName
{
background-color: #506348;
}
.BgClassName
{
background-color: #506348;
}
</style>
border-color css
<style>
span { border-color: #506348; }
span { border-color: rgb(80,99,72); }
td.TdClassName
{
border-color: #506348;
}
.TagClassName
{
border-color: #506348;
}
</style>