Shades of Emperor #554549
Tints of Emperor #554549
RGB
CMYK
RGB Variations
Color information
#554549 (or 0x554549) is known color: Emperor. HEX triplet: 55, 45 and 49. RGB value is (85,69,73). Sum of RGB (Red+Green+Blue) = 85+69+73=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554549 is #AABAB6. Grayscale: #4A4A4A. Windows color (decimal): -11188919 or 4801877. OLE color: 4801877.
HSL color Cylindrical-coordinate representation of color #554549: hue angle of 345º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554549 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 73 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.67 |
| HSL | 345º | 0.1% | 0.3% | - |
| HSV(B) | 345º | 0.19% | 0.33% | - |
| XYZ | 7.08 | 6.67 | 7.22 | - |
| YUV | 74.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 73 | 0 | 0.19 | 0.14 | 0.67 | 345 | 0.1 | 0.3 |
| Hex | 55 | 45 | 49 | 0 | 13 | E | 43 | 159 | A | 1E |
| Octal | 125 | 105 | 111 | 0 | 23 | 16 | 103 | 531 | 12 | 36 |
| Binary | 1010101 | 1000101 | 1001001 | 0 | 10011 | 1110 | 1000011 | 101011001 | 1010 | 11110 |
Color Harmonies of #554549
Complementary color
Monochromatic Colors of #554549
Black with #554549
Text Example
Text Example
White with #554549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554549; }
p { color: rgb(85,69,73); }
H1.HeaderClassName
{
color: #554549;
}
.AnyTagClassName
{
color: #554549;
}
</style>
background-color css
<style>
a { background-color: #554549; }
a { background-color: rgb(85,69,73); }
div.DivClassName
{
background-color: #554549;
}
.BgClassName
{
background-color: #554549;
}
</style>
border-color css
<style>
span { border-color: #554549; }
span { border-color: rgb(85,69,73); }
td.TdClassName
{
border-color: #554549;
}
.TagClassName
{
border-color: #554549;
}
</style>