Shades of Mortar #545152
Tints of Mortar #545152
RGB
CMYK
RGB Variations
Color information
#545152 (or 0x545152) is known color: Mortar. HEX triplet: 54, 51 and 52. RGB value is (84,81,82). Sum of RGB (Red+Green+Blue) = 84+81+82=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 84 - color contains mainly: red. Hex color #545152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545152 is #ABAEAD. Grayscale: #525252. Windows color (decimal): -11251374 or 5394772. OLE color: 5394772.
HSL color Cylindrical-coordinate representation of color #545152: hue angle of 340º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #545152 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 82 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.67 |
| HSL | 340º | 0.02% | 0.32% | - |
| HSV(B) | 340º | 0.04% | 0.33% | - |
| XYZ | 8.12 | 8.38 | 9.17 | - |
| YUV | 82.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 82 | 0 | 0.04 | 0.02 | 0.67 | 340 | 0.02 | 0.32 |
| Hex | 54 | 51 | 52 | 0 | 4 | 2 | 43 | 154 | 2 | 20 |
| Octal | 124 | 121 | 122 | 0 | 4 | 2 | 103 | 524 | 2 | 40 |
| Binary | 1010100 | 1010001 | 1010010 | 0 | 100 | 10 | 1000011 | 101010100 | 10 | 100000 |
Color Harmonies of #545152
Complementary color
Monochromatic Colors of #545152
Black with #545152
Text Example
Text Example
White with #545152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545152; }
p { color: rgb(84,81,82); }
H1.HeaderClassName
{
color: #545152;
}
.AnyTagClassName
{
color: #545152;
}
</style>
background-color css
<style>
a { background-color: #545152; }
a { background-color: rgb(84,81,82); }
div.DivClassName
{
background-color: #545152;
}
.BgClassName
{
background-color: #545152;
}
</style>
border-color css
<style>
span { border-color: #545152; }
span { border-color: rgb(84,81,82); }
td.TdClassName
{
border-color: #545152;
}
.TagClassName
{
border-color: #545152;
}
</style>