Shades of Masala #565451
Tints of Masala #565451
RGB
CMYK
RGB Variations
Color information
#565451 (or 0x565451) is known color: Masala. HEX triplet: 56, 54 and 51. RGB value is (86,84,81). Sum of RGB (Red+Green+Blue) = 86+84+81=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 86 - color contains mainly: red. Hex color #565451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565451 is #A9ABAE. Grayscale: #545454. Windows color (decimal): -11119535 or 5330006. OLE color: 5330006.
HSL color Cylindrical-coordinate representation of color #565451: 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 #565451 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 81 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.66 |
| HSL | 36º | 0.03% | 0.33% | - |
| HSV(B) | 36º | 0.06% | 0.34% | - |
| XYZ | 8.49 | 8.91 | 9.06 | - |
| YUV | 84.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 81 | 0 | 0.02 | 0.06 | 0.66 | 36 | 0.03 | 0.33 |
| Hex | 56 | 54 | 51 | 0 | 2 | 6 | 42 | 24 | 3 | 21 |
| Octal | 126 | 124 | 121 | 0 | 2 | 6 | 102 | 44 | 3 | 41 |
| Binary | 1010110 | 1010100 | 1010001 | 0 | 10 | 110 | 1000010 | 100100 | 11 | 100001 |
Color Harmonies of #565451
Complementary color
Monochromatic Colors of #565451
Black with #565451
Text Example
Text Example
White with #565451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565451; }
p { color: rgb(86,84,81); }
H1.HeaderClassName
{
color: #565451;
}
.AnyTagClassName
{
color: #565451;
}
</style>
background-color css
<style>
a { background-color: #565451; }
a { background-color: rgb(86,84,81); }
div.DivClassName
{
background-color: #565451;
}
.BgClassName
{
background-color: #565451;
}
</style>
border-color css
<style>
span { border-color: #565451; }
span { border-color: rgb(86,84,81); }
td.TdClassName
{
border-color: #565451;
}
.TagClassName
{
border-color: #565451;
}
</style>