Shades of Purple Taupe #564954
Tints of Purple Taupe #564954
RGB
CMYK
RGB Variations
Color information
#564954 (or 0x564954) is known color: Purple Taupe. HEX triplet: 56, 49 and 54. RGB value is (86,73,84). Sum of RGB (Red+Green+Blue) = 86+73+84=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 86 - color contains mainly: red. Hex color #564954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564954 is #A9B6AB. Grayscale: #4E4E4E. Windows color (decimal): -11122348 or 5523798. OLE color: 5523798.
HSL color Cylindrical-coordinate representation of color #564954: hue angle of 309.23º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #564954 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 73 | 84 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.66 |
| HSL | 309.23º | 0.08% | 0.31% | - |
| HSV(B) | 309.23º | 0.15% | 0.34% | - |
| XYZ | 7.82 | 7.38 | 9.4 | - |
| YUV | 78.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 84 | 0 | 0.15 | 0.02 | 0.66 | 309.23 | 0.08 | 0.31 |
| Hex | 56 | 49 | 54 | 0 | F | 2 | 42 | 135 | 8 | 1F |
| Octal | 126 | 111 | 124 | 0 | 17 | 2 | 102 | 465 | 10 | 37 |
| Binary | 1010110 | 1001001 | 1010100 | 0 | 1111 | 10 | 1000010 | 100110101 | 1000 | 11111 |
Color Harmonies of #564954
Complementary color
Monochromatic Colors of #564954
Black with #564954
Text Example
Text Example
White with #564954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564954; }
p { color: rgb(86,73,84); }
H1.HeaderClassName
{
color: #564954;
}
.AnyTagClassName
{
color: #564954;
}
</style>
background-color css
<style>
a { background-color: #564954; }
a { background-color: rgb(86,73,84); }
div.DivClassName
{
background-color: #564954;
}
.BgClassName
{
background-color: #564954;
}
</style>
border-color css
<style>
span { border-color: #564954; }
span { border-color: rgb(86,73,84); }
td.TdClassName
{
border-color: #564954;
}
.TagClassName
{
border-color: #564954;
}
</style>