Shades of Purple Taupe #5B425A
Tints of Purple Taupe #5B425A
RGB
CMYK
RGB Variations
Color information
#5B425A (or 0x5B425A) is known color: Purple Taupe. HEX triplet: 5B, 42 and 5A. RGB value is (91,66,90). Sum of RGB (Red+Green+Blue) = 91+66+90=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 91 - color contains mainly: red. Hex color #5B425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B425A is #A4BDA5. Grayscale: #4C4C4C. Windows color (decimal): -10796454 or 5915227. OLE color: 5915227.
HSL color Cylindrical-coordinate representation of color #5B425A: hue angle of 302.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B425A is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 90 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.64 |
| HSL | 302.4º | 0.16% | 0.31% | - |
| HSV(B) | 302.4º | 0.27% | 0.36% | - |
| XYZ | 8.11 | 6.86 | 10.57 | - |
| YUV | 76.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 90 | 0 | 0.27 | 0.01 | 0.64 | 302.4 | 0.16 | 0.31 |
| Hex | 5B | 42 | 5A | 0 | 1B | 1 | 40 | 12E | 10 | 1F |
| Octal | 133 | 102 | 132 | 0 | 33 | 1 | 100 | 456 | 20 | 37 |
| Binary | 1011011 | 1000010 | 1011010 | 0 | 11011 | 1 | 1000000 | 100101110 | 10000 | 11111 |
Color Harmonies of #5B425A
Complementary color
Monochromatic Colors of #5B425A
Black with #5B425A
Text Example
Text Example
White with #5B425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B425A; }
p { color: rgb(91,66,90); }
H1.HeaderClassName
{
color: #5B425A;
}
.AnyTagClassName
{
color: #5B425A;
}
</style>
background-color css
<style>
a { background-color: #5B425A; }
a { background-color: rgb(91,66,90); }
div.DivClassName
{
background-color: #5B425A;
}
.BgClassName
{
background-color: #5B425A;
}
</style>
border-color css
<style>
span { border-color: #5B425A; }
span { border-color: rgb(91,66,90); }
td.TdClassName
{
border-color: #5B425A;
}
.TagClassName
{
border-color: #5B425A;
}
</style>