Shades of Tom Thumb #525F4D
Tints of Tom Thumb #525F4D
RGB
CMYK
RGB Variations
Color information
#525F4D (or 0x525F4D) is known color: Tom Thumb. HEX triplet: 52, 5F and 4D. RGB value is (82,95,77). Sum of RGB (Red+Green+Blue) = 82+95+77=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 95 - color contains mainly: green. Hex color #525F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F4D is #ADA0B2. Grayscale: #595959. Windows color (decimal): -11378867 or 5070674. OLE color: 5070674.
HSL color Cylindrical-coordinate representation of color #525F4D: hue angle of 103.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #525F4D is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 95 | 77 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.63 |
| HSL | 103.33º | 0.1% | 0.34% | - |
| HSV(B) | 103.33º | 0.19% | 0.37% | - |
| XYZ | 8.91 | 10.51 | 8.58 | - |
| YUV | 89.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 77 | 0.14 | 0 | 0.19 | 0.63 | 103.33 | 0.1 | 0.34 |
| Hex | 52 | 5F | 4D | E | 0 | 13 | 3F | 67 | A | 22 |
| Octal | 122 | 137 | 115 | 16 | 0 | 23 | 77 | 147 | 12 | 42 |
| Binary | 1010010 | 1011111 | 1001101 | 1110 | 0 | 10011 | 111111 | 1100111 | 1010 | 100010 |
Color Harmonies of #525F4D
Complementary color
Monochromatic Colors of #525F4D
Black with #525F4D
Text Example
Text Example
White with #525F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525F4D; }
p { color: rgb(82,95,77); }
H1.HeaderClassName
{
color: #525F4D;
}
.AnyTagClassName
{
color: #525F4D;
}
</style>
background-color css
<style>
a { background-color: #525F4D; }
a { background-color: rgb(82,95,77); }
div.DivClassName
{
background-color: #525F4D;
}
.BgClassName
{
background-color: #525F4D;
}
</style>
border-color css
<style>
span { border-color: #525F4D; }
span { border-color: rgb(82,95,77); }
td.TdClassName
{
border-color: #525F4D;
}
.TagClassName
{
border-color: #525F4D;
}
</style>