Shades of Emperor #554449
Tints of Emperor #554449
RGB
CMYK
RGB Variations
Color information
#554449 (or 0x554449) is known color: Emperor. HEX triplet: 55, 44 and 49. RGB value is (85,68,73). Sum of RGB (Red+Green+Blue) = 85+68+73=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554449 is #AABBB6. Grayscale: #494949. Windows color (decimal): -11189175 or 4801621. OLE color: 4801621.
HSL color Cylindrical-coordinate representation of color #554449: hue angle of 342.35º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554449 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 73 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.67 |
| HSL | 342.35º | 0.11% | 0.3% | - |
| HSV(B) | 342.35º | 0.2% | 0.33% | - |
| XYZ | 7.02 | 6.55 | 7.2 | - |
| YUV | 73.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 73 | 0 | 0.20 | 0.14 | 0.67 | 342.35 | 0.11 | 0.3 |
| Hex | 55 | 44 | 49 | 0 | 14 | E | 43 | 156 | B | 1E |
| Octal | 125 | 104 | 111 | 0 | 24 | 16 | 103 | 526 | 13 | 36 |
| Binary | 1010101 | 1000100 | 1001001 | 0 | 10100 | 1110 | 1000011 | 101010110 | 1011 | 11110 |
Color Harmonies of #554449
Complementary color
Monochromatic Colors of #554449
Black with #554449
Text Example
Text Example
White with #554449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554449; }
p { color: rgb(85,68,73); }
H1.HeaderClassName
{
color: #554449;
}
.AnyTagClassName
{
color: #554449;
}
</style>
background-color css
<style>
a { background-color: #554449; }
a { background-color: rgb(85,68,73); }
div.DivClassName
{
background-color: #554449;
}
.BgClassName
{
background-color: #554449;
}
</style>
border-color css
<style>
span { border-color: #554449; }
span { border-color: rgb(85,68,73); }
td.TdClassName
{
border-color: #554449;
}
.TagClassName
{
border-color: #554449;
}
</style>