Shades of Purple Taupe #564653
Tints of Purple Taupe #564653
RGB
CMYK
RGB Variations
Color information
#564653 (or 0x564653) is known color: Purple Taupe. HEX triplet: 56, 46 and 53. RGB value is (86,70,83). Sum of RGB (Red+Green+Blue) = 86+70+83=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 86 - color contains mainly: red. Hex color #564653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564653 is #A9B9AC. Grayscale: #4C4C4C. Windows color (decimal): -11123117 or 5457494. OLE color: 5457494.
HSL color Cylindrical-coordinate representation of color #564653: hue angle of 311.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #564653 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 70 | 83 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.66 |
| HSL | 311.25º | 0.1% | 0.31% | - |
| HSV(B) | 311.25º | 0.19% | 0.34% | - |
| XYZ | 7.59 | 6.98 | 9.13 | - |
| YUV | 76.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 83 | 0 | 0.19 | 0.03 | 0.66 | 311.25 | 0.1 | 0.31 |
| Hex | 56 | 46 | 53 | 0 | 13 | 3 | 42 | 137 | A | 1F |
| Octal | 126 | 106 | 123 | 0 | 23 | 3 | 102 | 467 | 12 | 37 |
| Binary | 1010110 | 1000110 | 1010011 | 0 | 10011 | 11 | 1000010 | 100110111 | 1010 | 11111 |
Color Harmonies of #564653
Complementary color
Monochromatic Colors of #564653
Black with #564653
Text Example
Text Example
White with #564653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564653; }
p { color: rgb(86,70,83); }
H1.HeaderClassName
{
color: #564653;
}
.AnyTagClassName
{
color: #564653;
}
</style>
background-color css
<style>
a { background-color: #564653; }
a { background-color: rgb(86,70,83); }
div.DivClassName
{
background-color: #564653;
}
.BgClassName
{
background-color: #564653;
}
</style>
border-color css
<style>
span { border-color: #564653; }
span { border-color: rgb(86,70,83); }
td.TdClassName
{
border-color: #564653;
}
.TagClassName
{
border-color: #564653;
}
</style>