Shades of Purple Taupe #564D55
Tints of Purple Taupe #564D55
RGB
CMYK
RGB Variations
Color information
#564D55 (or 0x564D55) is known color: Purple Taupe. HEX triplet: 56, 4D and 55. RGB value is (86,77,85). Sum of RGB (Red+Green+Blue) = 86+77+85=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 86 - color contains mainly: red. Hex color #564D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D55 is #A9B2AA. Grayscale: #505050. Windows color (decimal): -11121323 or 5590358. OLE color: 5590358.
HSL color Cylindrical-coordinate representation of color #564D55: hue angle of 306.67º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #564D55 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 77 | 85 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.66 |
| HSL | 306.67º | 0.06% | 0.32% | - |
| HSV(B) | 306.67º | 0.1% | 0.34% | - |
| XYZ | 8.13 | 7.94 | 9.7 | - |
| YUV | 80.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 85 | 0 | 0.10 | 0.01 | 0.66 | 306.67 | 0.06 | 0.32 |
| Hex | 56 | 4D | 55 | 0 | A | 1 | 42 | 133 | 6 | 20 |
| Octal | 126 | 115 | 125 | 0 | 12 | 1 | 102 | 463 | 6 | 40 |
| Binary | 1010110 | 1001101 | 1010101 | 0 | 1010 | 1 | 1000010 | 100110011 | 110 | 100000 |
Color Harmonies of #564D55
Complementary color
Monochromatic Colors of #564D55
Black with #564D55
Text Example
Text Example
White with #564D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564D55; }
p { color: rgb(86,77,85); }
H1.HeaderClassName
{
color: #564D55;
}
.AnyTagClassName
{
color: #564D55;
}
</style>
background-color css
<style>
a { background-color: #564D55; }
a { background-color: rgb(86,77,85); }
div.DivClassName
{
background-color: #564D55;
}
.BgClassName
{
background-color: #564D55;
}
</style>
border-color css
<style>
span { border-color: #564D55; }
span { border-color: rgb(86,77,85); }
td.TdClassName
{
border-color: #564D55;
}
.TagClassName
{
border-color: #564D55;
}
</style>