Shades of Purple Taupe #5C4658
Tints of Purple Taupe #5C4658
RGB
CMYK
RGB Variations
Color information
#5C4658 (or 0x5C4658) is known color: Purple Taupe. HEX triplet: 5C, 46 and 58. RGB value is (92,70,88). Sum of RGB (Red+Green+Blue) = 92+70+88=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4658 is #A3B9A7. Grayscale: #4E4E4E. Windows color (decimal): -10729896 or 5785180. OLE color: 5785180.
HSL color Cylindrical-coordinate representation of color #5C4658: hue angle of 310.91º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5C4658 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 70 | 88 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.64 |
| HSL | 310.91º | 0.14% | 0.32% | - |
| HSV(B) | 310.91º | 0.24% | 0.36% | - |
| XYZ | 8.37 | 7.36 | 10.21 | - |
| YUV | 78.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 88 | 0 | 0.24 | 0.04 | 0.64 | 310.91 | 0.14 | 0.32 |
| Hex | 5C | 46 | 58 | 0 | 18 | 4 | 40 | 137 | E | 20 |
| Octal | 134 | 106 | 130 | 0 | 30 | 4 | 100 | 467 | 16 | 40 |
| Binary | 1011100 | 1000110 | 1011000 | 0 | 11000 | 100 | 1000000 | 100110111 | 1110 | 100000 |
Color Harmonies of #5C4658
Complementary color
Monochromatic Colors of #5C4658
Black with #5C4658
Text Example
Text Example
White with #5C4658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4658; }
p { color: rgb(92,70,88); }
H1.HeaderClassName
{
color: #5C4658;
}
.AnyTagClassName
{
color: #5C4658;
}
</style>
background-color css
<style>
a { background-color: #5C4658; }
a { background-color: rgb(92,70,88); }
div.DivClassName
{
background-color: #5C4658;
}
.BgClassName
{
background-color: #5C4658;
}
</style>
border-color css
<style>
span { border-color: #5C4658; }
span { border-color: rgb(92,70,88); }
td.TdClassName
{
border-color: #5C4658;
}
.TagClassName
{
border-color: #5C4658;
}
</style>