Shades of Mortar #524F50
Tints of Mortar #524F50
RGB
CMYK
RGB Variations
Color information
#524F50 (or 0x524F50) is known color: Mortar. HEX triplet: 52, 4F and 50. RGB value is (82,79,80). Sum of RGB (Red+Green+Blue) = 82+79+80=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 82 - color contains mainly: red. Hex color #524F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F50 is #ADB0AF. Grayscale: #505050. Windows color (decimal): -11382960 or 5263186. OLE color: 5263186.
HSL color Cylindrical-coordinate representation of color #524F50: hue angle of 340º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #524F50 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 80 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.68 |
| HSL | 340º | 0.02% | 0.32% | - |
| HSV(B) | 340º | 0.04% | 0.32% | - |
| XYZ | 7.72 | 7.96 | 8.72 | - |
| YUV | 80.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 80 | 0 | 0.04 | 0.02 | 0.68 | 340 | 0.02 | 0.32 |
| Hex | 52 | 4F | 50 | 0 | 4 | 2 | 44 | 154 | 2 | 20 |
| Octal | 122 | 117 | 120 | 0 | 4 | 2 | 104 | 524 | 2 | 40 |
| Binary | 1010010 | 1001111 | 1010000 | 0 | 100 | 10 | 1000100 | 101010100 | 10 | 100000 |
Color Harmonies of #524F50
Complementary color
Monochromatic Colors of #524F50
Black with #524F50
Text Example
Text Example
White with #524F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F50; }
p { color: rgb(82,79,80); }
H1.HeaderClassName
{
color: #524F50;
}
.AnyTagClassName
{
color: #524F50;
}
</style>
background-color css
<style>
a { background-color: #524F50; }
a { background-color: rgb(82,79,80); }
div.DivClassName
{
background-color: #524F50;
}
.BgClassName
{
background-color: #524F50;
}
</style>
border-color css
<style>
span { border-color: #524F50; }
span { border-color: rgb(82,79,80); }
td.TdClassName
{
border-color: #524F50;
}
.TagClassName
{
border-color: #524F50;
}
</style>