Shades of Purple Taupe #5D4B5A
Tints of Purple Taupe #5D4B5A
RGB
CMYK
RGB Variations
Color information
#5D4B5A (or 0x5D4B5A) is known color: Purple Taupe. HEX triplet: 5D, 4B and 5A. RGB value is (93,75,90). Sum of RGB (Red+Green+Blue) = 93+75+90=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4B5A is #A2B4A5. Grayscale: #525252. Windows color (decimal): -10663078 or 5917533. OLE color: 5917533.
HSL color Cylindrical-coordinate representation of color #5D4B5A: hue angle of 310º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D4B5A is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
RGB | 93 | 75 | 90 | - |
CMYK | 0 | 0.19 | 0.03 | 0.64 |
HSL | 310º | 0.11% | 0.33% | - |
HSV(B) | 310º | 0.19% | 0.36% | - |
XYZ | 8.88 | 8.1 | 10.77 | - |
YUV | 82.09 | 132.46 | 135.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 75 | 90 | 0 | 0.19 | 0.03 | 0.64 | 310 | 0.11 | 0.33 |
Hex | 5D | 4B | 5A | 0 | 13 | 3 | 40 | 136 | B | 21 |
Octal | 135 | 113 | 132 | 0 | 23 | 3 | 100 | 466 | 13 | 41 |
Binary | 1011101 | 1001011 | 1011010 | 0 | 10011 | 11 | 1000000 | 100110110 | 1011 | 100001 |
Color Harmonies of #5D4B5A
Complementary color
Monochromatic Colors of #5D4B5A
Black with #5D4B5A
Text Example
Text Example
White with #5D4B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4B5A; }
p { color: rgb(93,75,90); }
H1.HeaderClassName
{
color: #5D4B5A;
}
.AnyTagClassName
{
color: #5D4B5A;
}
</style>
background-color css
<style>
a { background-color: #5D4B5A; }
a { background-color: rgb(93,75,90); }
div.DivClassName
{
background-color: #5D4B5A;
}
.BgClassName
{
background-color: #5D4B5A;
}
</style>
border-color css
<style>
span { border-color: #5D4B5A; }
span { border-color: rgb(93,75,90); }
td.TdClassName
{
border-color: #5D4B5A;
}
.TagClassName
{
border-color: #5D4B5A;
}
</style>