Shades of Purple Taupe #563D55
Tints of Purple Taupe #563D55
RGB
CMYK
RGB Variations
Color information
#563D55 (or 0x563D55) is known color: Purple Taupe. HEX triplet: 56, 3D and 55. RGB value is (86,61,85). Sum of RGB (Red+Green+Blue) = 86+61+85=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #563D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563D55 is #A9C2AA. Grayscale: #474747. Windows color (decimal): -11125419 or 5586262. OLE color: 5586262.
HSL color Cylindrical-coordinate representation of color #563D55: hue angle of 302.4º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #563D55 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 61 | 85 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.66 |
| HSL | 302.4º | 0.17% | 0.29% | - |
| HSV(B) | 302.4º | 0.29% | 0.34% | - |
| XYZ | 7.15 | 5.97 | 9.37 | - |
| YUV | 71.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 61 | 85 | 0 | 0.29 | 0.01 | 0.66 | 302.4 | 0.17 | 0.29 |
| Hex | 56 | 3D | 55 | 0 | 1D | 1 | 42 | 12E | 11 | 1D |
| Octal | 126 | 75 | 125 | 0 | 35 | 1 | 102 | 456 | 21 | 35 |
| Binary | 1010110 | 111101 | 1010101 | 0 | 11101 | 1 | 1000010 | 100101110 | 10001 | 11101 |
Color Harmonies of #563D55
Complementary color
Monochromatic Colors of #563D55
Black with #563D55
Text Example
Text Example
White with #563D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563D55; }
p { color: rgb(86,61,85); }
H1.HeaderClassName
{
color: #563D55;
}
.AnyTagClassName
{
color: #563D55;
}
</style>
background-color css
<style>
a { background-color: #563D55; }
a { background-color: rgb(86,61,85); }
div.DivClassName
{
background-color: #563D55;
}
.BgClassName
{
background-color: #563D55;
}
</style>
border-color css
<style>
span { border-color: #563D55; }
span { border-color: rgb(86,61,85); }
td.TdClassName
{
border-color: #563D55;
}
.TagClassName
{
border-color: #563D55;
}
</style>