Shades of Purple Taupe #564453
Tints of Purple Taupe #564453
RGB
CMYK
RGB Variations
Color information
#564453 (or 0x564453) is known color: Purple Taupe. HEX triplet: 56, 44 and 53. RGB value is (86,68,83). Sum of RGB (Red+Green+Blue) = 86+68+83=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #564453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564453 is #A9BBAC. Grayscale: #4B4B4B. Windows color (decimal): -11123629 or 5456982. OLE color: 5456982.
HSL color Cylindrical-coordinate representation of color #564453: hue angle of 310º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #564453 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 68 | 83 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.66 |
| HSL | 310º | 0.12% | 0.3% | - |
| HSV(B) | 310º | 0.21% | 0.34% | - |
| XYZ | 7.47 | 6.74 | 9.09 | - |
| YUV | 75.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 83 | 0 | 0.21 | 0.03 | 0.66 | 310 | 0.12 | 0.3 |
| Hex | 56 | 44 | 53 | 0 | 15 | 3 | 42 | 136 | C | 1E |
| Octal | 126 | 104 | 123 | 0 | 25 | 3 | 102 | 466 | 14 | 36 |
| Binary | 1010110 | 1000100 | 1010011 | 0 | 10101 | 11 | 1000010 | 100110110 | 1100 | 11110 |
Color Harmonies of #564453
Complementary color
Monochromatic Colors of #564453
Black with #564453
Text Example
Text Example
White with #564453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564453; }
p { color: rgb(86,68,83); }
H1.HeaderClassName
{
color: #564453;
}
.AnyTagClassName
{
color: #564453;
}
</style>
background-color css
<style>
a { background-color: #564453; }
a { background-color: rgb(86,68,83); }
div.DivClassName
{
background-color: #564453;
}
.BgClassName
{
background-color: #564453;
}
</style>
border-color css
<style>
span { border-color: #564453; }
span { border-color: rgb(86,68,83); }
td.TdClassName
{
border-color: #564453;
}
.TagClassName
{
border-color: #564453;
}
</style>