Shades of Tom Thumb #535F4B
Tints of Tom Thumb #535F4B
RGB
CMYK
RGB Variations
Color information
#535F4B (or 0x535F4B) is known color: Tom Thumb. HEX triplet: 53, 5F and 4B. RGB value is (83,95,75). Sum of RGB (Red+Green+Blue) = 83+95+75=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 95 - color contains mainly: green. Hex color #535F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F4B is #ACA0B4. Grayscale: #595959. Windows color (decimal): -11313333 or 4939603. OLE color: 4939603.
HSL color Cylindrical-coordinate representation of color #535F4B: hue angle of 96º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #535F4B is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 95 | 75 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.63 |
| HSL | 96º | 0.12% | 0.33% | - |
| HSV(B) | 96º | 0.21% | 0.37% | - |
| XYZ | 8.93 | 10.53 | 8.22 | - |
| YUV | 89.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 75 | 0.13 | 0 | 0.21 | 0.63 | 96 | 0.12 | 0.33 |
| Hex | 53 | 5F | 4B | D | 0 | 15 | 3F | 60 | C | 21 |
| Octal | 123 | 137 | 113 | 15 | 0 | 25 | 77 | 140 | 14 | 41 |
| Binary | 1010011 | 1011111 | 1001011 | 1101 | 0 | 10101 | 111111 | 1100000 | 1100 | 100001 |
Color Harmonies of #535F4B
Complementary color
Monochromatic Colors of #535F4B
Black with #535F4B
Text Example
Text Example
White with #535F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F4B; }
p { color: rgb(83,95,75); }
H1.HeaderClassName
{
color: #535F4B;
}
.AnyTagClassName
{
color: #535F4B;
}
</style>
background-color css
<style>
a { background-color: #535F4B; }
a { background-color: rgb(83,95,75); }
div.DivClassName
{
background-color: #535F4B;
}
.BgClassName
{
background-color: #535F4B;
}
</style>
border-color css
<style>
span { border-color: #535F4B; }
span { border-color: rgb(83,95,75); }
td.TdClassName
{
border-color: #535F4B;
}
.TagClassName
{
border-color: #535F4B;
}
</style>