Shades of Purple Taupe #564354
Tints of Purple Taupe #564354
RGB
CMYK
RGB Variations
Color information
#564354 (or 0x564354) is known color: Purple Taupe. HEX triplet: 56, 43 and 54. RGB value is (86,67,84). Sum of RGB (Red+Green+Blue) = 86+67+84=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #564354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564354 is #A9BCAB. Grayscale: #4A4A4A. Windows color (decimal): -11123884 or 5522262. OLE color: 5522262.
HSL color Cylindrical-coordinate representation of color #564354: hue angle of 306.32º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #564354 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 67 | 84 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.66 |
| HSL | 306.32º | 0.12% | 0.3% | - |
| HSV(B) | 306.32º | 0.22% | 0.34% | - |
| XYZ | 7.45 | 6.63 | 9.28 | - |
| YUV | 74.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 84 | 0 | 0.22 | 0.02 | 0.66 | 306.32 | 0.12 | 0.3 |
| Hex | 56 | 43 | 54 | 0 | 16 | 2 | 42 | 132 | C | 1E |
| Octal | 126 | 103 | 124 | 0 | 26 | 2 | 102 | 462 | 14 | 36 |
| Binary | 1010110 | 1000011 | 1010100 | 0 | 10110 | 10 | 1000010 | 100110010 | 1100 | 11110 |
Color Harmonies of #564354
Complementary color
Monochromatic Colors of #564354
Black with #564354
Text Example
Text Example
White with #564354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564354; }
p { color: rgb(86,67,84); }
H1.HeaderClassName
{
color: #564354;
}
.AnyTagClassName
{
color: #564354;
}
</style>
background-color css
<style>
a { background-color: #564354; }
a { background-color: rgb(86,67,84); }
div.DivClassName
{
background-color: #564354;
}
.BgClassName
{
background-color: #564354;
}
</style>
border-color css
<style>
span { border-color: #564354; }
span { border-color: rgb(86,67,84); }
td.TdClassName
{
border-color: #564354;
}
.TagClassName
{
border-color: #564354;
}
</style>