Shades of Emperor #554649
Tints of Emperor #554649
RGB
CMYK
RGB Variations
Color information
#554649 (or 0x554649) is known color: Emperor. HEX triplet: 55, 46 and 49. RGB value is (85,70,73). Sum of RGB (Red+Green+Blue) = 85+70+73=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #554649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554649 is #AAB9B6. Grayscale: #4A4A4A. Windows color (decimal): -11188663 or 4802133. OLE color: 4802133.
HSL color Cylindrical-coordinate representation of color #554649: hue angle of 348º 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 #554649 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 73 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.67 |
| HSL | 348º | 0.1% | 0.3% | - |
| HSV(B) | 348º | 0.18% | 0.33% | - |
| XYZ | 7.14 | 6.79 | 7.24 | - |
| YUV | 74.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 73 | 0 | 0.18 | 0.14 | 0.67 | 348 | 0.1 | 0.3 |
| Hex | 55 | 46 | 49 | 0 | 12 | E | 43 | 15C | A | 1E |
| Octal | 125 | 106 | 111 | 0 | 22 | 16 | 103 | 534 | 12 | 36 |
| Binary | 1010101 | 1000110 | 1001001 | 0 | 10010 | 1110 | 1000011 | 101011100 | 1010 | 11110 |
Color Harmonies of #554649
Complementary color
Monochromatic Colors of #554649
Black with #554649
Text Example
Text Example
White with #554649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554649; }
p { color: rgb(85,70,73); }
H1.HeaderClassName
{
color: #554649;
}
.AnyTagClassName
{
color: #554649;
}
</style>
background-color css
<style>
a { background-color: #554649; }
a { background-color: rgb(85,70,73); }
div.DivClassName
{
background-color: #554649;
}
.BgClassName
{
background-color: #554649;
}
</style>
border-color css
<style>
span { border-color: #554649; }
span { border-color: rgb(85,70,73); }
td.TdClassName
{
border-color: #554649;
}
.TagClassName
{
border-color: #554649;
}
</style>