Shades of Masala #5A554C
Tints of Masala #5A554C
RGB
CMYK
RGB Variations
Color information
#5A554C (or 0x5A554C) is known color: Masala. HEX triplet: 5A, 55 and 4C. RGB value is (90,85,76). Sum of RGB (Red+Green+Blue) = 90+85+76=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 90 - color contains mainly: red. Hex color #5A554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A554C is #A5AAB3. Grayscale: #555555. Windows color (decimal): -10857140 or 5002586. OLE color: 5002586.
HSL color Cylindrical-coordinate representation of color #5A554C: hue angle of 38.57º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A554C is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 85 | 76 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.65 |
| HSL | 38.57º | 0.08% | 0.33% | - |
| HSV(B) | 38.57º | 0.16% | 0.35% | - |
| XYZ | 8.77 | 9.19 | 8.15 | - |
| YUV | 85.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 76 | 0 | 0.06 | 0.16 | 0.65 | 38.57 | 0.08 | 0.33 |
| Hex | 5A | 55 | 4C | 0 | 6 | 10 | 41 | 27 | 8 | 21 |
| Octal | 132 | 125 | 114 | 0 | 6 | 20 | 101 | 47 | 10 | 41 |
| Binary | 1011010 | 1010101 | 1001100 | 0 | 110 | 10000 | 1000001 | 100111 | 1000 | 100001 |
Color Harmonies of #5A554C
Complementary color
Monochromatic Colors of #5A554C
Black with #5A554C
Text Example
Text Example
White with #5A554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A554C; }
p { color: rgb(90,85,76); }
H1.HeaderClassName
{
color: #5A554C;
}
.AnyTagClassName
{
color: #5A554C;
}
</style>
background-color css
<style>
a { background-color: #5A554C; }
a { background-color: rgb(90,85,76); }
div.DivClassName
{
background-color: #5A554C;
}
.BgClassName
{
background-color: #5A554C;
}
</style>
border-color css
<style>
span { border-color: #5A554C; }
span { border-color: rgb(90,85,76); }
td.TdClassName
{
border-color: #5A554C;
}
.TagClassName
{
border-color: #5A554C;
}
</style>