Shades of Purple Taupe #563C55
Tints of Purple Taupe #563C55
RGB
CMYK
RGB Variations
Color information
#563C55 (or 0x563C55) is known color: Purple Taupe. HEX triplet: 56, 3C and 55. RGB value is (86,60,85). Sum of RGB (Red+Green+Blue) = 86+60+85=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 86 - color contains mainly: red. Hex color #563C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C55 is #A9C3AA. Grayscale: #464646. Windows color (decimal): -11125675 or 5586006. OLE color: 5586006.
HSL color Cylindrical-coordinate representation of color #563C55: hue angle of 302.31º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #563C55 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 85 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.66 |
| HSL | 302.31º | 0.18% | 0.29% | - |
| HSV(B) | 302.31º | 0.3% | 0.34% | - |
| XYZ | 7.09 | 5.87 | 9.35 | - |
| YUV | 70.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 85 | 0 | 0.30 | 0.01 | 0.66 | 302.31 | 0.18 | 0.29 |
| Hex | 56 | 3C | 55 | 0 | 1E | 1 | 42 | 12E | 12 | 1D |
| Octal | 126 | 74 | 125 | 0 | 36 | 1 | 102 | 456 | 22 | 35 |
| Binary | 1010110 | 111100 | 1010101 | 0 | 11110 | 1 | 1000010 | 100101110 | 10010 | 11101 |
Color Harmonies of #563C55
Complementary color
Monochromatic Colors of #563C55
Black with #563C55
Text Example
Text Example
White with #563C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C55; }
p { color: rgb(86,60,85); }
H1.HeaderClassName
{
color: #563C55;
}
.AnyTagClassName
{
color: #563C55;
}
</style>
background-color css
<style>
a { background-color: #563C55; }
a { background-color: rgb(86,60,85); }
div.DivClassName
{
background-color: #563C55;
}
.BgClassName
{
background-color: #563C55;
}
</style>
border-color css
<style>
span { border-color: #563C55; }
span { border-color: rgb(86,60,85); }
td.TdClassName
{
border-color: #563C55;
}
.TagClassName
{
border-color: #563C55;
}
</style>