Shades of Emperor #554147
Tints of Emperor #554147
RGB
CMYK
RGB Variations
Color information
#554147 (or 0x554147) is known color: Emperor. HEX triplet: 55, 41 and 47. RGB value is (85,65,71). Sum of RGB (Red+Green+Blue) = 85+65+71=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #554147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554147 is #AABEB8. Grayscale: #474747. Windows color (decimal): -11189945 or 4669781. OLE color: 4669781.
HSL color Cylindrical-coordinate representation of color #554147: hue angle of 342º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554147 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 71 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.67 |
| HSL | 342º | 0.13% | 0.29% | - |
| HSV(B) | 342º | 0.24% | 0.33% | - |
| XYZ | 6.77 | 6.17 | 6.79 | - |
| YUV | 71.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 71 | 0 | 0.24 | 0.16 | 0.67 | 342 | 0.13 | 0.29 |
| Hex | 55 | 41 | 47 | 0 | 18 | 10 | 43 | 156 | D | 1D |
| Octal | 125 | 101 | 107 | 0 | 30 | 20 | 103 | 526 | 15 | 35 |
| Binary | 1010101 | 1000001 | 1000111 | 0 | 11000 | 10000 | 1000011 | 101010110 | 1101 | 11101 |
Color Harmonies of #554147
Complementary color
Monochromatic Colors of #554147
Black with #554147
Text Example
Text Example
White with #554147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554147; }
p { color: rgb(85,65,71); }
H1.HeaderClassName
{
color: #554147;
}
.AnyTagClassName
{
color: #554147;
}
</style>
background-color css
<style>
a { background-color: #554147; }
a { background-color: rgb(85,65,71); }
div.DivClassName
{
background-color: #554147;
}
.BgClassName
{
background-color: #554147;
}
</style>
border-color css
<style>
span { border-color: #554147; }
span { border-color: rgb(85,65,71); }
td.TdClassName
{
border-color: #554147;
}
.TagClassName
{
border-color: #554147;
}
</style>