Shades of Purple Taupe #5D3350
Tints of Purple Taupe #5D3350
RGB
CMYK
RGB Variations
Color information
#5D3350 (or 0x5D3350) is known color: Purple Taupe. HEX triplet: 5D, 33 and 50. RGB value is (93,51,80). Sum of RGB (Red+Green+Blue) = 93+51+80=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3350 is #A2CCAF. Grayscale: #424242. Windows color (decimal): -10669232 or 5256029. OLE color: 5256029.
HSL color Cylindrical-coordinate representation of color #5D3350: hue angle of 318.57º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D3350 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 51 | 80 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.64 |
| HSL | 318.57º | 0.29% | 0.28% | - |
| HSV(B) | 318.57º | 0.45% | 0.36% | - |
| XYZ | 7.15 | 5.27 | 8.23 | - |
| YUV | 66.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 80 | 0 | 0.45 | 0.14 | 0.64 | 318.57 | 0.29 | 0.28 |
| Hex | 5D | 33 | 50 | 0 | 2D | E | 40 | 13F | 1D | 1C |
| Octal | 135 | 63 | 120 | 0 | 55 | 16 | 100 | 477 | 35 | 34 |
| Binary | 1011101 | 110011 | 1010000 | 0 | 101101 | 1110 | 1000000 | 100111111 | 11101 | 11100 |
Color Harmonies of #5D3350
Complementary color
Monochromatic Colors of #5D3350
Black with #5D3350
Text Example
Text Example
White with #5D3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3350; }
p { color: rgb(93,51,80); }
H1.HeaderClassName
{
color: #5D3350;
}
.AnyTagClassName
{
color: #5D3350;
}
</style>
background-color css
<style>
a { background-color: #5D3350; }
a { background-color: rgb(93,51,80); }
div.DivClassName
{
background-color: #5D3350;
}
.BgClassName
{
background-color: #5D3350;
}
</style>
border-color css
<style>
span { border-color: #5D3350; }
span { border-color: rgb(93,51,80); }
td.TdClassName
{
border-color: #5D3350;
}
.TagClassName
{
border-color: #5D3350;
}
</style>