Shades of Purple Taupe #564055
Tints of Purple Taupe #564055
RGB
CMYK
RGB Variations
Color information
#564055 (or 0x564055) is known color: Purple Taupe. HEX triplet: 56, 40 and 55. RGB value is (86,64,85). Sum of RGB (Red+Green+Blue) = 86+64+85=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 86 - color contains mainly: red. Hex color #564055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564055 is #A9BFAA. Grayscale: #484848. Windows color (decimal): -11124651 or 5587030. OLE color: 5587030.
HSL color Cylindrical-coordinate representation of color #564055: hue angle of 302.73º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #564055 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 64 | 85 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.66 |
| HSL | 302.73º | 0.15% | 0.29% | - |
| HSV(B) | 302.73º | 0.26% | 0.34% | - |
| XYZ | 7.31 | 6.3 | 9.43 | - |
| YUV | 72.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 85 | 0 | 0.26 | 0.01 | 0.66 | 302.73 | 0.15 | 0.29 |
| Hex | 56 | 40 | 55 | 0 | 1A | 1 | 42 | 12F | F | 1D |
| Octal | 126 | 100 | 125 | 0 | 32 | 1 | 102 | 457 | 17 | 35 |
| Binary | 1010110 | 1000000 | 1010101 | 0 | 11010 | 1 | 1000010 | 100101111 | 1111 | 11101 |
Color Harmonies of #564055
Complementary color
Monochromatic Colors of #564055
Black with #564055
Text Example
Text Example
White with #564055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564055; }
p { color: rgb(86,64,85); }
H1.HeaderClassName
{
color: #564055;
}
.AnyTagClassName
{
color: #564055;
}
</style>
background-color css
<style>
a { background-color: #564055; }
a { background-color: rgb(86,64,85); }
div.DivClassName
{
background-color: #564055;
}
.BgClassName
{
background-color: #564055;
}
</style>
border-color css
<style>
span { border-color: #564055; }
span { border-color: rgb(86,64,85); }
td.TdClassName
{
border-color: #564055;
}
.TagClassName
{
border-color: #564055;
}
</style>