Shades of Mortar #524E4F
Tints of Mortar #524E4F
RGB
CMYK
RGB Variations
Color information
#524E4F (or 0x524E4F) is known color: Mortar. HEX triplet: 52, 4E and 4F. RGB value is (82,78,79). Sum of RGB (Red+Green+Blue) = 82+78+79=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 82 - color contains mainly: red. Hex color #524E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E4F is #ADB1B0. Grayscale: #4F4F4F. Windows color (decimal): -11383217 or 5197394. OLE color: 5197394.
HSL color Cylindrical-coordinate representation of color #524E4F: hue angle of 345º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #524E4F is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 78 | 79 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.68 |
| HSL | 345º | 0.03% | 0.31% | - |
| HSV(B) | 345º | 0.05% | 0.32% | - |
| XYZ | 7.62 | 7.81 | 8.5 | - |
| YUV | 79.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 79 | 0 | 0.05 | 0.04 | 0.68 | 345 | 0.03 | 0.31 |
| Hex | 52 | 4E | 4F | 0 | 5 | 4 | 44 | 159 | 2 | 1F |
| Octal | 122 | 116 | 117 | 0 | 5 | 4 | 104 | 531 | 2 | 37 |
| Binary | 1010010 | 1001110 | 1001111 | 0 | 101 | 100 | 1000100 | 101011001 | 10 | 11111 |
Color Harmonies of #524E4F
Complementary color
Monochromatic Colors of #524E4F
Black with #524E4F
Text Example
Text Example
White with #524E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E4F; }
p { color: rgb(82,78,79); }
H1.HeaderClassName
{
color: #524E4F;
}
.AnyTagClassName
{
color: #524E4F;
}
</style>
background-color css
<style>
a { background-color: #524E4F; }
a { background-color: rgb(82,78,79); }
div.DivClassName
{
background-color: #524E4F;
}
.BgClassName
{
background-color: #524E4F;
}
</style>
border-color css
<style>
span { border-color: #524E4F; }
span { border-color: rgb(82,78,79); }
td.TdClassName
{
border-color: #524E4F;
}
.TagClassName
{
border-color: #524E4F;
}
</style>