Shades of Masala #5D5A53
Tints of Masala #5D5A53
RGB
CMYK
RGB Variations
Color information
#5D5A53 (or 0x5D5A53) is known color: Masala. HEX triplet: 5D, 5A and 53. RGB value is (93,90,83). Sum of RGB (Red+Green+Blue) = 93+90+83=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5A53 is #A2A5AC. Grayscale: #5A5A5A. Windows color (decimal): -10659245 or 5462621. OLE color: 5462621.
HSL color Cylindrical-coordinate representation of color #5D5A53: hue angle of 42º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5D5A53 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 90 | 83 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.64 |
| HSL | 42º | 0.06% | 0.35% | - |
| HSV(B) | 42º | 0.11% | 0.36% | - |
| XYZ | 9.73 | 10.26 | 9.65 | - |
| YUV | 90.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 90 | 83 | 0 | 0.03 | 0.11 | 0.64 | 42 | 0.06 | 0.35 |
| Hex | 5D | 5A | 53 | 0 | 3 | B | 40 | 2A | 6 | 23 |
| Octal | 135 | 132 | 123 | 0 | 3 | 13 | 100 | 52 | 6 | 43 |
| Binary | 1011101 | 1011010 | 1010011 | 0 | 11 | 1011 | 1000000 | 101010 | 110 | 100011 |
Color Harmonies of #5D5A53
Complementary color
Monochromatic Colors of #5D5A53
Black with #5D5A53
Text Example
Text Example
White with #5D5A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5A53; }
p { color: rgb(93,90,83); }
H1.HeaderClassName
{
color: #5D5A53;
}
.AnyTagClassName
{
color: #5D5A53;
}
</style>
background-color css
<style>
a { background-color: #5D5A53; }
a { background-color: rgb(93,90,83); }
div.DivClassName
{
background-color: #5D5A53;
}
.BgClassName
{
background-color: #5D5A53;
}
</style>
border-color css
<style>
span { border-color: #5D5A53; }
span { border-color: rgb(93,90,83); }
td.TdClassName
{
border-color: #5D5A53;
}
.TagClassName
{
border-color: #5D5A53;
}
</style>