Shades of Emperor #514A4C
Tints of Emperor #514A4C
RGB
CMYK
RGB Variations
Color information
#514A4C (or 0x514A4C) is known color: Emperor. HEX triplet: 51, 4A and 4C. RGB value is (81,74,76). Sum of RGB (Red+Green+Blue) = 81+74+76=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 81 - color contains mainly: red. Hex color #514A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A4C is #AEB5B3. Grayscale: #4C4C4C. Windows color (decimal): -11449780 or 4999761. OLE color: 4999761.
HSL color Cylindrical-coordinate representation of color #514A4C: hue angle of 342.86º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #514A4C is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 76 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.68 |
| HSL | 342.86º | 0.05% | 0.3% | - |
| HSV(B) | 342.86º | 0.09% | 0.32% | - |
| XYZ | 7.15 | 7.17 | 7.84 | - |
| YUV | 76.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 76 | 0 | 0.09 | 0.06 | 0.68 | 342.86 | 0.05 | 0.3 |
| Hex | 51 | 4A | 4C | 0 | 9 | 6 | 44 | 157 | 5 | 1E |
| Octal | 121 | 112 | 114 | 0 | 11 | 6 | 104 | 527 | 5 | 36 |
| Binary | 1010001 | 1001010 | 1001100 | 0 | 1001 | 110 | 1000100 | 101010111 | 101 | 11110 |
Color Harmonies of #514A4C
Complementary color
Monochromatic Colors of #514A4C
Black with #514A4C
Text Example
Text Example
White with #514A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A4C; }
p { color: rgb(81,74,76); }
H1.HeaderClassName
{
color: #514A4C;
}
.AnyTagClassName
{
color: #514A4C;
}
</style>
background-color css
<style>
a { background-color: #514A4C; }
a { background-color: rgb(81,74,76); }
div.DivClassName
{
background-color: #514A4C;
}
.BgClassName
{
background-color: #514A4C;
}
</style>
border-color css
<style>
span { border-color: #514A4C; }
span { border-color: rgb(81,74,76); }
td.TdClassName
{
border-color: #514A4C;
}
.TagClassName
{
border-color: #514A4C;
}
</style>