Shades of Masala #575552
Tints of Masala #575552
RGB
CMYK
RGB Variations
Color information
#575552 (or 0x575552) is known color: Masala. HEX triplet: 57, 55 and 52. RGB value is (87,85,82). Sum of RGB (Red+Green+Blue) = 87+85+82=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 87 - color contains mainly: red. Hex color #575552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575552 is #A8AAAD. Grayscale: #555555. Windows color (decimal): -11053742 or 5395799. OLE color: 5395799.
HSL color Cylindrical-coordinate representation of color #575552: hue angle of 36º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #575552 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 85 | 82 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.66 |
| HSL | 36º | 0.03% | 0.33% | - |
| HSV(B) | 36º | 0.06% | 0.34% | - |
| XYZ | 8.7 | 9.13 | 9.29 | - |
| YUV | 85.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 82 | 0 | 0.02 | 0.06 | 0.66 | 36 | 0.03 | 0.33 |
| Hex | 57 | 55 | 52 | 0 | 2 | 6 | 42 | 24 | 3 | 21 |
| Octal | 127 | 125 | 122 | 0 | 2 | 6 | 102 | 44 | 3 | 41 |
| Binary | 1010111 | 1010101 | 1010010 | 0 | 10 | 110 | 1000010 | 100100 | 11 | 100001 |
Color Harmonies of #575552
Complementary color
Monochromatic Colors of #575552
Black with #575552
Text Example
Text Example
White with #575552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575552; }
p { color: rgb(87,85,82); }
H1.HeaderClassName
{
color: #575552;
}
.AnyTagClassName
{
color: #575552;
}
</style>
background-color css
<style>
a { background-color: #575552; }
a { background-color: rgb(87,85,82); }
div.DivClassName
{
background-color: #575552;
}
.BgClassName
{
background-color: #575552;
}
</style>
border-color css
<style>
span { border-color: #575552; }
span { border-color: rgb(87,85,82); }
td.TdClassName
{
border-color: #575552;
}
.TagClassName
{
border-color: #575552;
}
</style>