Shades of Tom Thumb #525F4E
Tints of Tom Thumb #525F4E
RGB
CMYK
RGB Variations
Color information
#525F4E (or 0x525F4E) is known color: Tom Thumb. HEX triplet: 52, 5F and 4E. RGB value is (82,95,78). Sum of RGB (Red+Green+Blue) = 82+95+78=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 95 - color contains mainly: green. Hex color #525F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F4E is #ADA0B1. Grayscale: #595959. Windows color (decimal): -11378866 or 5136210. OLE color: 5136210.
HSL color Cylindrical-coordinate representation of color #525F4E: hue angle of 105.88º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #525F4E is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 95 | 78 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.63 |
| HSL | 105.88º | 0.1% | 0.34% | - |
| HSV(B) | 105.88º | 0.18% | 0.37% | - |
| XYZ | 8.95 | 10.53 | 8.77 | - |
| YUV | 89.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 78 | 0.14 | 0 | 0.18 | 0.63 | 105.88 | 0.1 | 0.34 |
| Hex | 52 | 5F | 4E | E | 0 | 12 | 3F | 6A | A | 22 |
| Octal | 122 | 137 | 116 | 16 | 0 | 22 | 77 | 152 | 12 | 42 |
| Binary | 1010010 | 1011111 | 1001110 | 1110 | 0 | 10010 | 111111 | 1101010 | 1010 | 100010 |
Color Harmonies of #525F4E
Complementary color
Monochromatic Colors of #525F4E
Black with #525F4E
Text Example
Text Example
White with #525F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525F4E; }
p { color: rgb(82,95,78); }
H1.HeaderClassName
{
color: #525F4E;
}
.AnyTagClassName
{
color: #525F4E;
}
</style>
background-color css
<style>
a { background-color: #525F4E; }
a { background-color: rgb(82,95,78); }
div.DivClassName
{
background-color: #525F4E;
}
.BgClassName
{
background-color: #525F4E;
}
</style>
border-color css
<style>
span { border-color: #525F4E; }
span { border-color: rgb(82,95,78); }
td.TdClassName
{
border-color: #525F4E;
}
.TagClassName
{
border-color: #525F4E;
}
</style>