Shades of Emperor #554045
Tints of Emperor #554045
RGB
CMYK
RGB Variations
Color information
#554045 (or 0x554045) is known color: Emperor. HEX triplet: 55, 40 and 45. RGB value is (85,64,69). Sum of RGB (Red+Green+Blue) = 85+64+69=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #554045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554045 is #AABFBA. Grayscale: #464646. Windows color (decimal): -11190203 or 4538453. OLE color: 4538453.
HSL color Cylindrical-coordinate representation of color #554045: hue angle of 345.71º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554045 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 69 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.67 |
| HSL | 345.71º | 0.14% | 0.29% | - |
| HSV(B) | 345.71º | 0.25% | 0.33% | - |
| XYZ | 6.65 | 6.03 | 6.44 | - |
| YUV | 70.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 69 | 0 | 0.25 | 0.19 | 0.67 | 345.71 | 0.14 | 0.29 |
| Hex | 55 | 40 | 45 | 0 | 19 | 13 | 43 | 15A | E | 1D |
| Octal | 125 | 100 | 105 | 0 | 31 | 23 | 103 | 532 | 16 | 35 |
| Binary | 1010101 | 1000000 | 1000101 | 0 | 11001 | 10011 | 1000011 | 101011010 | 1110 | 11101 |
Color Harmonies of #554045
Complementary color
Monochromatic Colors of #554045
Black with #554045
Text Example
Text Example
White with #554045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554045; }
p { color: rgb(85,64,69); }
H1.HeaderClassName
{
color: #554045;
}
.AnyTagClassName
{
color: #554045;
}
</style>
background-color css
<style>
a { background-color: #554045; }
a { background-color: rgb(85,64,69); }
div.DivClassName
{
background-color: #554045;
}
.BgClassName
{
background-color: #554045;
}
</style>
border-color css
<style>
span { border-color: #554045; }
span { border-color: rgb(85,64,69); }
td.TdClassName
{
border-color: #554045;
}
.TagClassName
{
border-color: #554045;
}
</style>