Shades of Purple Taupe #564053
Tints of Purple Taupe #564053
RGB
CMYK
RGB Variations
Color information
#564053 (or 0x564053) is known color: Purple Taupe. HEX triplet: 56, 40 and 53. RGB value is (86,64,83). Sum of RGB (Red+Green+Blue) = 86+64+83=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 86 - color contains mainly: red. Hex color #564053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564053 is #A9BFAC. Grayscale: #484848. Windows color (decimal): -11124653 or 5455958. OLE color: 5455958.
HSL color Cylindrical-coordinate representation of color #564053: hue angle of 308.18º 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 #564053 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 64 | 83 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.66 |
| HSL | 308.18º | 0.15% | 0.29% | - |
| HSV(B) | 308.18º | 0.26% | 0.34% | - |
| XYZ | 7.23 | 6.27 | 9.01 | - |
| YUV | 72.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 83 | 0 | 0.26 | 0.03 | 0.66 | 308.18 | 0.15 | 0.29 |
| Hex | 56 | 40 | 53 | 0 | 1A | 3 | 42 | 134 | F | 1D |
| Octal | 126 | 100 | 123 | 0 | 32 | 3 | 102 | 464 | 17 | 35 |
| Binary | 1010110 | 1000000 | 1010011 | 0 | 11010 | 11 | 1000010 | 100110100 | 1111 | 11101 |
Color Harmonies of #564053
Complementary color
Monochromatic Colors of #564053
Black with #564053
Text Example
Text Example
White with #564053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564053; }
p { color: rgb(86,64,83); }
H1.HeaderClassName
{
color: #564053;
}
.AnyTagClassName
{
color: #564053;
}
</style>
background-color css
<style>
a { background-color: #564053; }
a { background-color: rgb(86,64,83); }
div.DivClassName
{
background-color: #564053;
}
.BgClassName
{
background-color: #564053;
}
</style>
border-color css
<style>
span { border-color: #564053; }
span { border-color: rgb(86,64,83); }
td.TdClassName
{
border-color: #564053;
}
.TagClassName
{
border-color: #564053;
}
</style>