Shades of Tom Thumb #566E4A
Tints of Tom Thumb #566E4A
RGB
CMYK
RGB Variations
Color information
#566E4A (or 0x566E4A) is known color: Tom Thumb. HEX triplet: 56, 6E and 4A. RGB value is (86,110,74). Sum of RGB (Red+Green+Blue) = 86+110+74=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 110 - color contains mainly: green. Hex color #566E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566E4A is #A991B5. Grayscale: #626262. Windows color (decimal): -11112886 or 4877910. OLE color: 4877910.
HSL color Cylindrical-coordinate representation of color #566E4A: hue angle of 100º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #566E4A is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 110 | 74 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.57 |
| HSL | 100º | 0.2% | 0.36% | - |
| HSV(B) | 100º | 0.33% | 0.43% | - |
| XYZ | 10.65 | 13.62 | 8.55 | - |
| YUV | 98.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 74 | 0.22 | 0 | 0.33 | 0.57 | 100 | 0.2 | 0.36 |
| Hex | 56 | 6E | 4A | 16 | 0 | 21 | 39 | 64 | 14 | 24 |
| Octal | 126 | 156 | 112 | 26 | 0 | 41 | 71 | 144 | 24 | 44 |
| Binary | 1010110 | 1101110 | 1001010 | 10110 | 0 | 100001 | 111001 | 1100100 | 10100 | 100100 |
Color Harmonies of #566E4A
Complementary color
Monochromatic Colors of #566E4A
Black with #566E4A
Text Example
Text Example
White with #566E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E4A; }
p { color: rgb(86,110,74); }
H1.HeaderClassName
{
color: #566E4A;
}
.AnyTagClassName
{
color: #566E4A;
}
</style>
background-color css
<style>
a { background-color: #566E4A; }
a { background-color: rgb(86,110,74); }
div.DivClassName
{
background-color: #566E4A;
}
.BgClassName
{
background-color: #566E4A;
}
</style>
border-color css
<style>
span { border-color: #566E4A; }
span { border-color: rgb(86,110,74); }
td.TdClassName
{
border-color: #566E4A;
}
.TagClassName
{
border-color: #566E4A;
}
</style>