Shades of Emperor #534C4D
Tints of Emperor #534C4D
RGB
CMYK
RGB Variations
Color information
#534C4D (or 0x534C4D) is known color: Emperor. HEX triplet: 53, 4C and 4D. RGB value is (83,76,77). Sum of RGB (Red+Green+Blue) = 83+76+77=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 83 - color contains mainly: red. Hex color #534C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C4D is #ACB3B2. Grayscale: #4E4E4E. Windows color (decimal): -11318195 or 5065811. OLE color: 5065811.
HSL color Cylindrical-coordinate representation of color #534C4D: hue angle of 351.43º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #534C4D is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 77 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.67 |
| HSL | 351.43º | 0.04% | 0.31% | - |
| HSV(B) | 351.43º | 0.08% | 0.33% | - |
| XYZ | 7.49 | 7.54 | 8.08 | - |
| YUV | 78.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 77 | 0 | 0.08 | 0.07 | 0.67 | 351.43 | 0.04 | 0.31 |
| Hex | 53 | 4C | 4D | 0 | 8 | 7 | 43 | 15F | 4 | 1F |
| Octal | 123 | 114 | 115 | 0 | 10 | 7 | 103 | 537 | 4 | 37 |
| Binary | 1010011 | 1001100 | 1001101 | 0 | 1000 | 111 | 1000011 | 101011111 | 100 | 11111 |
Color Harmonies of #534C4D
Complementary color
Monochromatic Colors of #534C4D
Black with #534C4D
Text Example
Text Example
White with #534C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C4D; }
p { color: rgb(83,76,77); }
H1.HeaderClassName
{
color: #534C4D;
}
.AnyTagClassName
{
color: #534C4D;
}
</style>
background-color css
<style>
a { background-color: #534C4D; }
a { background-color: rgb(83,76,77); }
div.DivClassName
{
background-color: #534C4D;
}
.BgClassName
{
background-color: #534C4D;
}
</style>
border-color css
<style>
span { border-color: #534C4D; }
span { border-color: rgb(83,76,77); }
td.TdClassName
{
border-color: #534C4D;
}
.TagClassName
{
border-color: #534C4D;
}
</style>