Shades of Emperor #514B4C
Tints of Emperor #514B4C
RGB
CMYK
RGB Variations
Color information
#514B4C (or 0x514B4C) is known color: Emperor. HEX triplet: 51, 4B and 4C. RGB value is (81,75,76). Sum of RGB (Red+Green+Blue) = 81+75+76=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 81 - color contains mainly: red. Hex color #514B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B4C is #AEB4B3. Grayscale: #4C4C4C. Windows color (decimal): -11449524 or 5000017. OLE color: 5000017.
HSL color Cylindrical-coordinate representation of color #514B4C: hue angle of 350º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #514B4C is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 76 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.68 |
| HSL | 350º | 0.04% | 0.31% | - |
| HSV(B) | 350º | 0.07% | 0.32% | - |
| XYZ | 7.21 | 7.3 | 7.87 | - |
| YUV | 76.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 76 | 0 | 0.07 | 0.06 | 0.68 | 350 | 0.04 | 0.31 |
| Hex | 51 | 4B | 4C | 0 | 7 | 6 | 44 | 15E | 4 | 1F |
| Octal | 121 | 113 | 114 | 0 | 7 | 6 | 104 | 536 | 4 | 37 |
| Binary | 1010001 | 1001011 | 1001100 | 0 | 111 | 110 | 1000100 | 101011110 | 100 | 11111 |
Color Harmonies of #514B4C
Complementary color
Monochromatic Colors of #514B4C
Black with #514B4C
Text Example
Text Example
White with #514B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B4C; }
p { color: rgb(81,75,76); }
H1.HeaderClassName
{
color: #514B4C;
}
.AnyTagClassName
{
color: #514B4C;
}
</style>
background-color css
<style>
a { background-color: #514B4C; }
a { background-color: rgb(81,75,76); }
div.DivClassName
{
background-color: #514B4C;
}
.BgClassName
{
background-color: #514B4C;
}
</style>
border-color css
<style>
span { border-color: #514B4C; }
span { border-color: rgb(81,75,76); }
td.TdClassName
{
border-color: #514B4C;
}
.TagClassName
{
border-color: #514B4C;
}
</style>