Shades of Emperor #504B4C
Tints of Emperor #504B4C
RGB
CMYK
RGB Variations
Color information
#504B4C (or 0x504B4C) is known color: Emperor. HEX triplet: 50, 4B and 4C. RGB value is (80,75,76). Sum of RGB (Red+Green+Blue) = 80+75+76=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 80 - color contains mainly: red. Hex color #504B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B4C is #AFB4B3. Grayscale: #4C4C4C. Windows color (decimal): -11515060 or 5000016. OLE color: 5000016.
HSL color Cylindrical-coordinate representation of color #504B4C: hue angle of 348º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #504B4C is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 75 | 76 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.69 |
| HSL | 348º | 0.03% | 0.3% | - |
| HSV(B) | 348º | 0.06% | 0.31% | - |
| XYZ | 7.13 | 7.26 | 7.86 | - |
| YUV | 76.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 76 | 0 | 0.06 | 0.05 | 0.69 | 348 | 0.03 | 0.3 |
| Hex | 50 | 4B | 4C | 0 | 6 | 5 | 45 | 15C | 3 | 1E |
| Octal | 120 | 113 | 114 | 0 | 6 | 5 | 105 | 534 | 3 | 36 |
| Binary | 1010000 | 1001011 | 1001100 | 0 | 110 | 101 | 1000101 | 101011100 | 11 | 11110 |
Color Harmonies of #504B4C
Complementary color
Monochromatic Colors of #504B4C
Black with #504B4C
Text Example
Text Example
White with #504B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B4C; }
p { color: rgb(80,75,76); }
H1.HeaderClassName
{
color: #504B4C;
}
.AnyTagClassName
{
color: #504B4C;
}
</style>
background-color css
<style>
a { background-color: #504B4C; }
a { background-color: rgb(80,75,76); }
div.DivClassName
{
background-color: #504B4C;
}
.BgClassName
{
background-color: #504B4C;
}
</style>
border-color css
<style>
span { border-color: #504B4C; }
span { border-color: rgb(80,75,76); }
td.TdClassName
{
border-color: #504B4C;
}
.TagClassName
{
border-color: #504B4C;
}
</style>