Shades of Emperor #534A4B
Tints of Emperor #534A4B
RGB
CMYK
RGB Variations
Color information
#534A4B (or 0x534A4B) is known color: Emperor. HEX triplet: 53, 4A and 4B. RGB value is (83,74,75). Sum of RGB (Red+Green+Blue) = 83+74+75=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A4B is #ACB5B4. Grayscale: #4C4C4C. Windows color (decimal): -11318709 or 4934227. OLE color: 4934227.
HSL color Cylindrical-coordinate representation of color #534A4B: hue angle of 353.33º 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 #534A4B is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 75 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.67 |
| HSL | 353.33º | 0.06% | 0.31% | - |
| HSV(B) | 353.33º | 0.11% | 0.33% | - |
| XYZ | 7.29 | 7.24 | 7.67 | - |
| YUV | 76.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 75 | 0 | 0.11 | 0.10 | 0.67 | 353.33 | 0.06 | 0.31 |
| Hex | 53 | 4A | 4B | 0 | B | A | 43 | 161 | 6 | 1F |
| Octal | 123 | 112 | 113 | 0 | 13 | 12 | 103 | 541 | 6 | 37 |
| Binary | 1010011 | 1001010 | 1001011 | 0 | 1011 | 1010 | 1000011 | 101100001 | 110 | 11111 |
Color Harmonies of #534A4B
Complementary color
Monochromatic Colors of #534A4B
Black with #534A4B
Text Example
Text Example
White with #534A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A4B; }
p { color: rgb(83,74,75); }
H1.HeaderClassName
{
color: #534A4B;
}
.AnyTagClassName
{
color: #534A4B;
}
</style>
background-color css
<style>
a { background-color: #534A4B; }
a { background-color: rgb(83,74,75); }
div.DivClassName
{
background-color: #534A4B;
}
.BgClassName
{
background-color: #534A4B;
}
</style>
border-color css
<style>
span { border-color: #534A4B; }
span { border-color: rgb(83,74,75); }
td.TdClassName
{
border-color: #534A4B;
}
.TagClassName
{
border-color: #534A4B;
}
</style>