Shades of Emperor #534A4C
Tints of Emperor #534A4C
RGB
CMYK
RGB Variations
Color information
#534A4C (or 0x534A4C) is known color: Emperor. HEX triplet: 53, 4A and 4C. RGB value is (83,74,76). Sum of RGB (Red+Green+Blue) = 83+74+76=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 83 - color contains mainly: red. Hex color #534A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A4C is #ACB5B3. Grayscale: #4C4C4C. Windows color (decimal): -11318708 or 4999763. OLE color: 4999763.
HSL color Cylindrical-coordinate representation of color #534A4C: hue angle of 346.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #534A4C is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 76 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.67 |
| HSL | 346.67º | 0.06% | 0.31% | - |
| HSV(B) | 346.67º | 0.11% | 0.33% | - |
| XYZ | 7.32 | 7.26 | 7.85 | - |
| YUV | 76.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 76 | 0 | 0.11 | 0.08 | 0.67 | 346.67 | 0.06 | 0.31 |
| Hex | 53 | 4A | 4C | 0 | B | 8 | 43 | 15B | 6 | 1F |
| Octal | 123 | 112 | 114 | 0 | 13 | 10 | 103 | 533 | 6 | 37 |
| Binary | 1010011 | 1001010 | 1001100 | 0 | 1011 | 1000 | 1000011 | 101011011 | 110 | 11111 |
Color Harmonies of #534A4C
Complementary color
Monochromatic Colors of #534A4C
Black with #534A4C
Text Example
Text Example
White with #534A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A4C; }
p { color: rgb(83,74,76); }
H1.HeaderClassName
{
color: #534A4C;
}
.AnyTagClassName
{
color: #534A4C;
}
</style>
background-color css
<style>
a { background-color: #534A4C; }
a { background-color: rgb(83,74,76); }
div.DivClassName
{
background-color: #534A4C;
}
.BgClassName
{
background-color: #534A4C;
}
</style>
border-color css
<style>
span { border-color: #534A4C; }
span { border-color: rgb(83,74,76); }
td.TdClassName
{
border-color: #534A4C;
}
.TagClassName
{
border-color: #534A4C;
}
</style>