Shades of Mortar #544F50
Tints of Mortar #544F50
RGB
CMYK
RGB Variations
Color information
#544F50 (or 0x544F50) is known color: Mortar. HEX triplet: 54, 4F and 50. RGB value is (84,79,80). Sum of RGB (Red+Green+Blue) = 84+79+80=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 84 - color contains mainly: red. Hex color #544F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544F50 is #ABB0AF. Grayscale: #505050. Windows color (decimal): -11251888 or 5263188. OLE color: 5263188.
HSL color Cylindrical-coordinate representation of color #544F50: hue angle of 348º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #544F50 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 80 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.67 |
| HSL | 348º | 0.03% | 0.32% | - |
| HSV(B) | 348º | 0.06% | 0.33% | - |
| XYZ | 7.9 | 8.06 | 8.73 | - |
| YUV | 80.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 80 | 0 | 0.06 | 0.05 | 0.67 | 348 | 0.03 | 0.32 |
| Hex | 54 | 4F | 50 | 0 | 6 | 5 | 43 | 15C | 3 | 20 |
| Octal | 124 | 117 | 120 | 0 | 6 | 5 | 103 | 534 | 3 | 40 |
| Binary | 1010100 | 1001111 | 1010000 | 0 | 110 | 101 | 1000011 | 101011100 | 11 | 100000 |
Color Harmonies of #544F50
Complementary color
Monochromatic Colors of #544F50
Black with #544F50
Text Example
Text Example
White with #544F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F50; }
p { color: rgb(84,79,80); }
H1.HeaderClassName
{
color: #544F50;
}
.AnyTagClassName
{
color: #544F50;
}
</style>
background-color css
<style>
a { background-color: #544F50; }
a { background-color: rgb(84,79,80); }
div.DivClassName
{
background-color: #544F50;
}
.BgClassName
{
background-color: #544F50;
}
</style>
border-color css
<style>
span { border-color: #544F50; }
span { border-color: rgb(84,79,80); }
td.TdClassName
{
border-color: #544F50;
}
.TagClassName
{
border-color: #544F50;
}
</style>