Shades of Emperor #554849
Tints of Emperor #554849
RGB
CMYK
RGB Variations
Color information
#554849 (or 0x554849) is known color: Emperor. HEX triplet: 55, 48 and 49. RGB value is (85,72,73). Sum of RGB (Red+Green+Blue) = 85+72+73=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #554849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554849 is #AAB7B6. Grayscale: #4C4C4C. Windows color (decimal): -11188151 or 4802645. OLE color: 4802645.
HSL color Cylindrical-coordinate representation of color #554849: hue angle of 355.38º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #554849 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 73 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.67 |
| HSL | 355.38º | 0.08% | 0.31% | - |
| HSV(B) | 355.38º | 0.15% | 0.33% | - |
| XYZ | 7.27 | 7.05 | 7.28 | - |
| YUV | 76 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 73 | 0 | 0.15 | 0.14 | 0.67 | 355.38 | 0.08 | 0.31 |
| Hex | 55 | 48 | 49 | 0 | F | E | 43 | 163 | 8 | 1F |
| Octal | 125 | 110 | 111 | 0 | 17 | 16 | 103 | 543 | 10 | 37 |
| Binary | 1010101 | 1001000 | 1001001 | 0 | 1111 | 1110 | 1000011 | 101100011 | 1000 | 11111 |
Color Harmonies of #554849
Complementary color
Monochromatic Colors of #554849
Black with #554849
Text Example
Text Example
White with #554849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554849; }
p { color: rgb(85,72,73); }
H1.HeaderClassName
{
color: #554849;
}
.AnyTagClassName
{
color: #554849;
}
</style>
background-color css
<style>
a { background-color: #554849; }
a { background-color: rgb(85,72,73); }
div.DivClassName
{
background-color: #554849;
}
.BgClassName
{
background-color: #554849;
}
</style>
border-color css
<style>
span { border-color: #554849; }
span { border-color: rgb(85,72,73); }
td.TdClassName
{
border-color: #554849;
}
.TagClassName
{
border-color: #554849;
}
</style>