Shades of Purple Taupe #564153
Tints of Purple Taupe #564153
RGB
CMYK
RGB Variations
Color information
#564153 (or 0x564153) is known color: Purple Taupe. HEX triplet: 56, 41 and 53. RGB value is (86,65,83). Sum of RGB (Red+Green+Blue) = 86+65+83=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 86 - color contains mainly: red. Hex color #564153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564153 is #A9BEAC. Grayscale: #494949. Windows color (decimal): -11124397 or 5456214. OLE color: 5456214.
HSL color Cylindrical-coordinate representation of color #564153: hue angle of 308.57º 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 #564153 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 65 | 83 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.66 |
| HSL | 308.57º | 0.14% | 0.3% | - |
| HSV(B) | 308.57º | 0.24% | 0.34% | - |
| XYZ | 7.29 | 6.38 | 9.03 | - |
| YUV | 73.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 83 | 0 | 0.24 | 0.03 | 0.66 | 308.57 | 0.14 | 0.3 |
| Hex | 56 | 41 | 53 | 0 | 18 | 3 | 42 | 135 | E | 1E |
| Octal | 126 | 101 | 123 | 0 | 30 | 3 | 102 | 465 | 16 | 36 |
| Binary | 1010110 | 1000001 | 1010011 | 0 | 11000 | 11 | 1000010 | 100110101 | 1110 | 11110 |
Color Harmonies of #564153
Complementary color
Monochromatic Colors of #564153
Black with #564153
Text Example
Text Example
White with #564153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564153; }
p { color: rgb(86,65,83); }
H1.HeaderClassName
{
color: #564153;
}
.AnyTagClassName
{
color: #564153;
}
</style>
background-color css
<style>
a { background-color: #564153; }
a { background-color: rgb(86,65,83); }
div.DivClassName
{
background-color: #564153;
}
.BgClassName
{
background-color: #564153;
}
</style>
border-color css
<style>
span { border-color: #564153; }
span { border-color: rgb(86,65,83); }
td.TdClassName
{
border-color: #564153;
}
.TagClassName
{
border-color: #564153;
}
</style>