Shades of Purple Taupe #5C3A56
Tints of Purple Taupe #5C3A56
RGB
CMYK
RGB Variations
Color information
#5C3A56 (or 0x5C3A56) is known color: Purple Taupe. HEX triplet: 5C, 3A and 56. RGB value is (92,58,86). Sum of RGB (Red+Green+Blue) = 92+58+86=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3A56 is #A3C5A9. Grayscale: #474747. Windows color (decimal): -10732970 or 5651036. OLE color: 5651036.
HSL color Cylindrical-coordinate representation of color #5C3A56: hue angle of 310.59º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C3A56 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 58 | 86 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.64 |
| HSL | 310.59º | 0.23% | 0.29% | - |
| HSV(B) | 310.59º | 0.37% | 0.36% | - |
| XYZ | 7.61 | 5.97 | 9.56 | - |
| YUV | 71.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 58 | 86 | 0 | 0.37 | 0.07 | 0.64 | 310.59 | 0.23 | 0.29 |
| Hex | 5C | 3A | 56 | 0 | 25 | 7 | 40 | 137 | 17 | 1D |
| Octal | 134 | 72 | 126 | 0 | 45 | 7 | 100 | 467 | 27 | 35 |
| Binary | 1011100 | 111010 | 1010110 | 0 | 100101 | 111 | 1000000 | 100110111 | 10111 | 11101 |
Color Harmonies of #5C3A56
Complementary color
Monochromatic Colors of #5C3A56
Black with #5C3A56
Text Example
Text Example
White with #5C3A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3A56; }
p { color: rgb(92,58,86); }
H1.HeaderClassName
{
color: #5C3A56;
}
.AnyTagClassName
{
color: #5C3A56;
}
</style>
background-color css
<style>
a { background-color: #5C3A56; }
a { background-color: rgb(92,58,86); }
div.DivClassName
{
background-color: #5C3A56;
}
.BgClassName
{
background-color: #5C3A56;
}
</style>
border-color css
<style>
span { border-color: #5C3A56; }
span { border-color: rgb(92,58,86); }
td.TdClassName
{
border-color: #5C3A56;
}
.TagClassName
{
border-color: #5C3A56;
}
</style>