Shades of Emperor #574A4C
Tints of Emperor #574A4C
RGB
CMYK
RGB Variations
Color information
#574A4C (or 0x574A4C) is known color: Emperor. HEX triplet: 57, 4A and 4C. RGB value is (87,74,76). Sum of RGB (Red+Green+Blue) = 87+74+76=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #574A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A4C is #A8B5B3. Grayscale: #4E4E4E. Windows color (decimal): -11056564 or 4999767. OLE color: 4999767.
HSL color Cylindrical-coordinate representation of color #574A4C: hue angle of 350.77º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #574A4C is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 76 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.66 |
| HSL | 350.77º | 0.08% | 0.32% | - |
| HSV(B) | 350.77º | 0.15% | 0.34% | - |
| XYZ | 7.68 | 7.45 | 7.87 | - |
| YUV | 78.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 76 | 0 | 0.15 | 0.13 | 0.66 | 350.77 | 0.08 | 0.32 |
| Hex | 57 | 4A | 4C | 0 | F | D | 42 | 15F | 8 | 20 |
| Octal | 127 | 112 | 114 | 0 | 17 | 15 | 102 | 537 | 10 | 40 |
| Binary | 1010111 | 1001010 | 1001100 | 0 | 1111 | 1101 | 1000010 | 101011111 | 1000 | 100000 |
Color Harmonies of #574A4C
Complementary color
Monochromatic Colors of #574A4C
Black with #574A4C
Text Example
Text Example
White with #574A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A4C; }
p { color: rgb(87,74,76); }
H1.HeaderClassName
{
color: #574A4C;
}
.AnyTagClassName
{
color: #574A4C;
}
</style>
background-color css
<style>
a { background-color: #574A4C; }
a { background-color: rgb(87,74,76); }
div.DivClassName
{
background-color: #574A4C;
}
.BgClassName
{
background-color: #574A4C;
}
</style>
border-color css
<style>
span { border-color: #574A4C; }
span { border-color: rgb(87,74,76); }
td.TdClassName
{
border-color: #574A4C;
}
.TagClassName
{
border-color: #574A4C;
}
</style>