Shades of Emperor #554647
Tints of Emperor #554647
RGB
CMYK
RGB Variations
Color information
#554647 (or 0x554647) is known color: Emperor. HEX triplet: 55, 46 and 47. RGB value is (85,70,71). Sum of RGB (Red+Green+Blue) = 85+70+71=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554647 is #AAB9B8. Grayscale: #4A4A4A. Windows color (decimal): -11188665 or 4671061. OLE color: 4671061.
HSL color Cylindrical-coordinate representation of color #554647: hue angle of 356º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #554647 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 71 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.67 |
| HSL | 356º | 0.1% | 0.3% | - |
| HSV(B) | 356º | 0.18% | 0.33% | - |
| XYZ | 7.07 | 6.77 | 6.89 | - |
| YUV | 74.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 71 | 0 | 0.18 | 0.16 | 0.67 | 356 | 0.1 | 0.3 |
| Hex | 55 | 46 | 47 | 0 | 12 | 10 | 43 | 164 | A | 1E |
| Octal | 125 | 106 | 107 | 0 | 22 | 20 | 103 | 544 | 12 | 36 |
| Binary | 1010101 | 1000110 | 1000111 | 0 | 10010 | 10000 | 1000011 | 101100100 | 1010 | 11110 |
Color Harmonies of #554647
Complementary color
Monochromatic Colors of #554647
Black with #554647
Text Example
Text Example
White with #554647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554647; }
p { color: rgb(85,70,71); }
H1.HeaderClassName
{
color: #554647;
}
.AnyTagClassName
{
color: #554647;
}
</style>
background-color css
<style>
a { background-color: #554647; }
a { background-color: rgb(85,70,71); }
div.DivClassName
{
background-color: #554647;
}
.BgClassName
{
background-color: #554647;
}
</style>
border-color css
<style>
span { border-color: #554647; }
span { border-color: rgb(85,70,71); }
td.TdClassName
{
border-color: #554647;
}
.TagClassName
{
border-color: #554647;
}
</style>