Shades of Purple Taupe #564252
Tints of Purple Taupe #564252
RGB
CMYK
RGB Variations
Color information
#564252 (or 0x564252) is known color: Purple Taupe. HEX triplet: 56, 42 and 52. RGB value is (86,66,82). Sum of RGB (Red+Green+Blue) = 86+66+82=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 86 - color contains mainly: red. Hex color #564252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564252 is #A9BDAD. Grayscale: #494949. Windows color (decimal): -11124142 or 5390934. OLE color: 5390934.
HSL color Cylindrical-coordinate representation of color #564252: hue angle of 312º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #564252 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 66 | 82 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.66 |
| HSL | 312º | 0.13% | 0.3% | - |
| HSV(B) | 312º | 0.23% | 0.34% | - |
| XYZ | 7.31 | 6.48 | 8.85 | - |
| YUV | 73.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 82 | 0 | 0.23 | 0.05 | 0.66 | 312 | 0.13 | 0.3 |
| Hex | 56 | 42 | 52 | 0 | 17 | 5 | 42 | 138 | D | 1E |
| Octal | 126 | 102 | 122 | 0 | 27 | 5 | 102 | 470 | 15 | 36 |
| Binary | 1010110 | 1000010 | 1010010 | 0 | 10111 | 101 | 1000010 | 100111000 | 1101 | 11110 |
Color Harmonies of #564252
Complementary color
Monochromatic Colors of #564252
Black with #564252
Text Example
Text Example
White with #564252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564252; }
p { color: rgb(86,66,82); }
H1.HeaderClassName
{
color: #564252;
}
.AnyTagClassName
{
color: #564252;
}
</style>
background-color css
<style>
a { background-color: #564252; }
a { background-color: rgb(86,66,82); }
div.DivClassName
{
background-color: #564252;
}
.BgClassName
{
background-color: #564252;
}
</style>
border-color css
<style>
span { border-color: #564252; }
span { border-color: rgb(86,66,82); }
td.TdClassName
{
border-color: #564252;
}
.TagClassName
{
border-color: #564252;
}
</style>