Shades of Tom Thumb #536A4A
Tints of Tom Thumb #536A4A
RGB
CMYK
RGB Variations
Color information
#536A4A (or 0x536A4A) is known color: Tom Thumb. HEX triplet: 53, 6A and 4A. RGB value is (83,106,74). Sum of RGB (Red+Green+Blue) = 83+106+74=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 106 - color contains mainly: green. Hex color #536A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536A4A is #AC95B5. Grayscale: #5F5F5F. Windows color (decimal): -11310518 or 4876883. OLE color: 4876883.
HSL color Cylindrical-coordinate representation of color #536A4A: hue angle of 103.12º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536A4A is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 106 | 74 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.58 |
| HSL | 103.13º | 0.18% | 0.35% | - |
| HSV(B) | 103.13º | 0.3% | 0.42% | - |
| XYZ | 9.96 | 12.64 | 8.39 | - |
| YUV | 95.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 106 | 74 | 0.22 | 0 | 0.30 | 0.58 | 103.13 | 0.18 | 0.35 |
| Hex | 53 | 6A | 4A | 16 | 0 | 1E | 3A | 67 | 12 | 23 |
| Octal | 123 | 152 | 112 | 26 | 0 | 36 | 72 | 147 | 22 | 43 |
| Binary | 1010011 | 1101010 | 1001010 | 10110 | 0 | 11110 | 111010 | 1100111 | 10010 | 100011 |
Color Harmonies of #536A4A
Complementary color
Monochromatic Colors of #536A4A
Black with #536A4A
Text Example
Text Example
White with #536A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536A4A; }
p { color: rgb(83,106,74); }
H1.HeaderClassName
{
color: #536A4A;
}
.AnyTagClassName
{
color: #536A4A;
}
</style>
background-color css
<style>
a { background-color: #536A4A; }
a { background-color: rgb(83,106,74); }
div.DivClassName
{
background-color: #536A4A;
}
.BgClassName
{
background-color: #536A4A;
}
</style>
border-color css
<style>
span { border-color: #536A4A; }
span { border-color: rgb(83,106,74); }
td.TdClassName
{
border-color: #536A4A;
}
.TagClassName
{
border-color: #536A4A;
}
</style>