Shades of Purple Taupe #564155
Tints of Purple Taupe #564155
RGB
CMYK
RGB Variations
Color information
#564155 (or 0x564155) is known color: Purple Taupe. HEX triplet: 56, 41 and 55. RGB value is (86,65,85). Sum of RGB (Red+Green+Blue) = 86+65+85=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 86 - color contains mainly: red. Hex color #564155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564155 is #A9BEAA. Grayscale: #494949. Windows color (decimal): -11124395 or 5587286. OLE color: 5587286.
HSL color Cylindrical-coordinate representation of color #564155: hue angle of 302.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #564155 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 65 | 85 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.66 |
| HSL | 302.86º | 0.14% | 0.3% | - |
| HSV(B) | 302.86º | 0.24% | 0.34% | - |
| XYZ | 7.37 | 6.41 | 9.44 | - |
| YUV | 73.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 85 | 0 | 0.24 | 0.01 | 0.66 | 302.86 | 0.14 | 0.3 |
| Hex | 56 | 41 | 55 | 0 | 18 | 1 | 42 | 12F | E | 1E |
| Octal | 126 | 101 | 125 | 0 | 30 | 1 | 102 | 457 | 16 | 36 |
| Binary | 1010110 | 1000001 | 1010101 | 0 | 11000 | 1 | 1000010 | 100101111 | 1110 | 11110 |
Color Harmonies of #564155
Complementary color
Monochromatic Colors of #564155
Black with #564155
Text Example
Text Example
White with #564155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564155; }
p { color: rgb(86,65,85); }
H1.HeaderClassName
{
color: #564155;
}
.AnyTagClassName
{
color: #564155;
}
</style>
background-color css
<style>
a { background-color: #564155; }
a { background-color: rgb(86,65,85); }
div.DivClassName
{
background-color: #564155;
}
.BgClassName
{
background-color: #564155;
}
</style>
border-color css
<style>
span { border-color: #564155; }
span { border-color: rgb(86,65,85); }
td.TdClassName
{
border-color: #564155;
}
.TagClassName
{
border-color: #564155;
}
</style>