Shades of Emperor #554146
Tints of Emperor #554146
RGB
CMYK
RGB Variations
Color information
#554146 (or 0x554146) is known color: Emperor. HEX triplet: 55, 41 and 46. RGB value is (85,65,70). Sum of RGB (Red+Green+Blue) = 85+65+70=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #554146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554146 is #AABEB9. Grayscale: #474747. Windows color (decimal): -11189946 or 4604245. OLE color: 4604245.
HSL color Cylindrical-coordinate representation of color #554146: hue angle of 345º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554146 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 70 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.67 |
| HSL | 345º | 0.13% | 0.29% | - |
| HSV(B) | 345º | 0.24% | 0.33% | - |
| XYZ | 6.74 | 6.15 | 6.63 | - |
| YUV | 71.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 70 | 0 | 0.24 | 0.18 | 0.67 | 345 | 0.13 | 0.29 |
| Hex | 55 | 41 | 46 | 0 | 18 | 12 | 43 | 159 | D | 1D |
| Octal | 125 | 101 | 106 | 0 | 30 | 22 | 103 | 531 | 15 | 35 |
| Binary | 1010101 | 1000001 | 1000110 | 0 | 11000 | 10010 | 1000011 | 101011001 | 1101 | 11101 |
Color Harmonies of #554146
Complementary color
Monochromatic Colors of #554146
Black with #554146
Text Example
Text Example
White with #554146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554146; }
p { color: rgb(85,65,70); }
H1.HeaderClassName
{
color: #554146;
}
.AnyTagClassName
{
color: #554146;
}
</style>
background-color css
<style>
a { background-color: #554146; }
a { background-color: rgb(85,65,70); }
div.DivClassName
{
background-color: #554146;
}
.BgClassName
{
background-color: #554146;
}
</style>
border-color css
<style>
span { border-color: #554146; }
span { border-color: rgb(85,65,70); }
td.TdClassName
{
border-color: #554146;
}
.TagClassName
{
border-color: #554146;
}
</style>