Shades of Purple Taupe #564C54
Tints of Purple Taupe #564C54
RGB
CMYK
RGB Variations
Color information
#564C54 (or 0x564C54) is known color: Purple Taupe. HEX triplet: 56, 4C and 54. RGB value is (86,76,84). Sum of RGB (Red+Green+Blue) = 86+76+84=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 86 - color contains mainly: red. Hex color #564C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C54 is #A9B3AB. Grayscale: #4F4F4F. Windows color (decimal): -11121580 or 5524566. OLE color: 5524566.
HSL color Cylindrical-coordinate representation of color #564C54: hue angle of 312º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #564C54 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 84 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.66 |
| HSL | 312º | 0.06% | 0.32% | - |
| HSV(B) | 312º | 0.12% | 0.34% | - |
| XYZ | 8.02 | 7.79 | 9.47 | - |
| YUV | 79.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 84 | 0 | 0.12 | 0.02 | 0.66 | 312 | 0.06 | 0.32 |
| Hex | 56 | 4C | 54 | 0 | C | 2 | 42 | 138 | 6 | 20 |
| Octal | 126 | 114 | 124 | 0 | 14 | 2 | 102 | 470 | 6 | 40 |
| Binary | 1010110 | 1001100 | 1010100 | 0 | 1100 | 10 | 1000010 | 100111000 | 110 | 100000 |
Color Harmonies of #564C54
Complementary color
Monochromatic Colors of #564C54
Black with #564C54
Text Example
Text Example
White with #564C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C54; }
p { color: rgb(86,76,84); }
H1.HeaderClassName
{
color: #564C54;
}
.AnyTagClassName
{
color: #564C54;
}
</style>
background-color css
<style>
a { background-color: #564C54; }
a { background-color: rgb(86,76,84); }
div.DivClassName
{
background-color: #564C54;
}
.BgClassName
{
background-color: #564C54;
}
</style>
border-color css
<style>
span { border-color: #564C54; }
span { border-color: rgb(86,76,84); }
td.TdClassName
{
border-color: #564C54;
}
.TagClassName
{
border-color: #564C54;
}
</style>