Shades of Purple Taupe #564A54
Tints of Purple Taupe #564A54
RGB
CMYK
RGB Variations
Color information
#564A54 (or 0x564A54) is known color: Purple Taupe. HEX triplet: 56, 4A and 54. RGB value is (86,74,84). Sum of RGB (Red+Green+Blue) = 86+74+84=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 86 - color contains mainly: red. Hex color #564A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A54 is #A9B5AB. Grayscale: #4E4E4E. Windows color (decimal): -11122092 or 5524054. OLE color: 5524054.
HSL color Cylindrical-coordinate representation of color #564A54: hue angle of 310º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #564A54 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 84 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.66 |
| HSL | 310º | 0.08% | 0.31% | - |
| HSV(B) | 310º | 0.14% | 0.34% | - |
| XYZ | 7.89 | 7.52 | 9.42 | - |
| YUV | 78.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 84 | 0 | 0.14 | 0.02 | 0.66 | 310 | 0.08 | 0.31 |
| Hex | 56 | 4A | 54 | 0 | E | 2 | 42 | 136 | 8 | 1F |
| Octal | 126 | 112 | 124 | 0 | 16 | 2 | 102 | 466 | 10 | 37 |
| Binary | 1010110 | 1001010 | 1010100 | 0 | 1110 | 10 | 1000010 | 100110110 | 1000 | 11111 |
Color Harmonies of #564A54
Complementary color
Monochromatic Colors of #564A54
Black with #564A54
Text Example
Text Example
White with #564A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A54; }
p { color: rgb(86,74,84); }
H1.HeaderClassName
{
color: #564A54;
}
.AnyTagClassName
{
color: #564A54;
}
</style>
background-color css
<style>
a { background-color: #564A54; }
a { background-color: rgb(86,74,84); }
div.DivClassName
{
background-color: #564A54;
}
.BgClassName
{
background-color: #564A54;
}
</style>
border-color css
<style>
span { border-color: #564A54; }
span { border-color: rgb(86,74,84); }
td.TdClassName
{
border-color: #564A54;
}
.TagClassName
{
border-color: #564A54;
}
</style>