Shades of Purple Taupe #5C3551
Tints of Purple Taupe #5C3551
RGB
CMYK
RGB Variations
Color information
#5C3551 (or 0x5C3551) is known color: Purple Taupe. HEX triplet: 5C, 35 and 51. RGB value is (92,53,81). Sum of RGB (Red+Green+Blue) = 92+53+81=226 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.71% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3551 is #A3CAAE. Grayscale: #434343. Windows color (decimal): -10734255 or 5322076. OLE color: 5322076.
HSL color Cylindrical-coordinate representation of color #5C3551: hue angle of 316.92º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C3551 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 53 | 81 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.64 |
| HSL | 316.92º | 0.27% | 0.28% | - |
| HSV(B) | 316.92º | 0.42% | 0.36% | - |
| XYZ | 7.17 | 5.42 | 8.45 | - |
| YUV | 67.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 53 | 81 | 0 | 0.42 | 0.12 | 0.64 | 316.92 | 0.27 | 0.28 |
| Hex | 5C | 35 | 51 | 0 | 2A | C | 40 | 13D | 1B | 1C |
| Octal | 134 | 65 | 121 | 0 | 52 | 14 | 100 | 475 | 33 | 34 |
| Binary | 1011100 | 110101 | 1010001 | 0 | 101010 | 1100 | 1000000 | 100111101 | 11011 | 11100 |
Color Harmonies of #5C3551
Complementary color
Monochromatic Colors of #5C3551
Black with #5C3551
Text Example
Text Example
White with #5C3551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3551; }
p { color: rgb(92,53,81); }
H1.HeaderClassName
{
color: #5C3551;
}
.AnyTagClassName
{
color: #5C3551;
}
</style>
background-color css
<style>
a { background-color: #5C3551; }
a { background-color: rgb(92,53,81); }
div.DivClassName
{
background-color: #5C3551;
}
.BgClassName
{
background-color: #5C3551;
}
</style>
border-color css
<style>
span { border-color: #5C3551; }
span { border-color: rgb(92,53,81); }
td.TdClassName
{
border-color: #5C3551;
}
.TagClassName
{
border-color: #5C3551;
}
</style>