Shades of Purple Taupe #564553
Tints of Purple Taupe #564553
RGB
CMYK
RGB Variations
Color information
#564553 (or 0x564553) is known color: Purple Taupe. HEX triplet: 56, 45 and 53. RGB value is (86,69,83). Sum of RGB (Red+Green+Blue) = 86+69+83=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 86 - color contains mainly: red. Hex color #564553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564553 is #A9BAAC. Grayscale: #4B4B4B. Windows color (decimal): -11123373 or 5457238. OLE color: 5457238.
HSL color Cylindrical-coordinate representation of color #564553: hue angle of 310.59º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #564553 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 69 | 83 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.66 |
| HSL | 310.59º | 0.11% | 0.3% | - |
| HSV(B) | 310.59º | 0.2% | 0.34% | - |
| XYZ | 7.53 | 6.86 | 9.11 | - |
| YUV | 75.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 83 | 0 | 0.20 | 0.03 | 0.66 | 310.59 | 0.11 | 0.3 |
| Hex | 56 | 45 | 53 | 0 | 14 | 3 | 42 | 137 | B | 1E |
| Octal | 126 | 105 | 123 | 0 | 24 | 3 | 102 | 467 | 13 | 36 |
| Binary | 1010110 | 1000101 | 1010011 | 0 | 10100 | 11 | 1000010 | 100110111 | 1011 | 11110 |
Color Harmonies of #564553
Complementary color
Monochromatic Colors of #564553
Black with #564553
Text Example
Text Example
White with #564553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564553; }
p { color: rgb(86,69,83); }
H1.HeaderClassName
{
color: #564553;
}
.AnyTagClassName
{
color: #564553;
}
</style>
background-color css
<style>
a { background-color: #564553; }
a { background-color: rgb(86,69,83); }
div.DivClassName
{
background-color: #564553;
}
.BgClassName
{
background-color: #564553;
}
</style>
border-color css
<style>
span { border-color: #564553; }
span { border-color: rgb(86,69,83); }
td.TdClassName
{
border-color: #564553;
}
.TagClassName
{
border-color: #564553;
}
</style>