Shades of Emperor #524B4C
Tints of Emperor #524B4C
RGB
CMYK
RGB Variations
Color information
#524B4C (or 0x524B4C) is known color: Emperor. HEX triplet: 52, 4B and 4C. RGB value is (82,75,76). Sum of RGB (Red+Green+Blue) = 82+75+76=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 82 - color contains mainly: red. Hex color #524B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B4C is #ADB4B3. Grayscale: #4D4D4D. Windows color (decimal): -11383988 or 5000018. OLE color: 5000018.
HSL color Cylindrical-coordinate representation of color #524B4C: hue angle of 351.43º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #524B4C is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 75 | 76 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.68 |
| HSL | 351.43º | 0.04% | 0.31% | - |
| HSV(B) | 351.43º | 0.09% | 0.32% | - |
| XYZ | 7.3 | 7.35 | 7.87 | - |
| YUV | 77.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 76 | 0 | 0.09 | 0.07 | 0.68 | 351.43 | 0.04 | 0.31 |
| Hex | 52 | 4B | 4C | 0 | 9 | 7 | 44 | 15F | 4 | 1F |
| Octal | 122 | 113 | 114 | 0 | 11 | 7 | 104 | 537 | 4 | 37 |
| Binary | 1010010 | 1001011 | 1001100 | 0 | 1001 | 111 | 1000100 | 101011111 | 100 | 11111 |
Color Harmonies of #524B4C
Complementary color
Monochromatic Colors of #524B4C
Black with #524B4C
Text Example
Text Example
White with #524B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B4C; }
p { color: rgb(82,75,76); }
H1.HeaderClassName
{
color: #524B4C;
}
.AnyTagClassName
{
color: #524B4C;
}
</style>
background-color css
<style>
a { background-color: #524B4C; }
a { background-color: rgb(82,75,76); }
div.DivClassName
{
background-color: #524B4C;
}
.BgClassName
{
background-color: #524B4C;
}
</style>
border-color css
<style>
span { border-color: #524B4C; }
span { border-color: rgb(82,75,76); }
td.TdClassName
{
border-color: #524B4C;
}
.TagClassName
{
border-color: #524B4C;
}
</style>