Shades of Purple Taupe #563E50
Tints of Purple Taupe #563E50
RGB
CMYK
RGB Variations
Color information
#563E50 (or 0x563E50) is known color: Purple Taupe. HEX triplet: 56, 3E and 50. RGB value is (86,62,80). Sum of RGB (Red+Green+Blue) = 86+62+80=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #563E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563E50 is #A9C1AF. Grayscale: #474747. Windows color (decimal): -11125168 or 5258838. OLE color: 5258838.
HSL color Cylindrical-coordinate representation of color #563E50: hue angle of 315º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #563E50 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 62 | 80 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.66 |
| HSL | 315º | 0.16% | 0.29% | - |
| HSV(B) | 315º | 0.28% | 0.34% | - |
| XYZ | 7.01 | 6 | 8.38 | - |
| YUV | 71.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 62 | 80 | 0 | 0.28 | 0.07 | 0.66 | 315 | 0.16 | 0.29 |
| Hex | 56 | 3E | 50 | 0 | 1C | 7 | 42 | 13B | 10 | 1D |
| Octal | 126 | 76 | 120 | 0 | 34 | 7 | 102 | 473 | 20 | 35 |
| Binary | 1010110 | 111110 | 1010000 | 0 | 11100 | 111 | 1000010 | 100111011 | 10000 | 11101 |
Color Harmonies of #563E50
Complementary color
Monochromatic Colors of #563E50
Black with #563E50
Text Example
Text Example
White with #563E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563E50; }
p { color: rgb(86,62,80); }
H1.HeaderClassName
{
color: #563E50;
}
.AnyTagClassName
{
color: #563E50;
}
</style>
background-color css
<style>
a { background-color: #563E50; }
a { background-color: rgb(86,62,80); }
div.DivClassName
{
background-color: #563E50;
}
.BgClassName
{
background-color: #563E50;
}
</style>
border-color css
<style>
span { border-color: #563E50; }
span { border-color: rgb(86,62,80); }
td.TdClassName
{
border-color: #563E50;
}
.TagClassName
{
border-color: #563E50;
}
</style>