Shades of Emperor #554246
Tints of Emperor #554246
RGB
CMYK
RGB Variations
Color information
#554246 (or 0x554246) is known color: Emperor. HEX triplet: 55, 42 and 46. RGB value is (85,66,70). Sum of RGB (Red+Green+Blue) = 85+66+70=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #554246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554246 is #AABDB9. Grayscale: #484848. Windows color (decimal): -11189690 or 4604501. OLE color: 4604501.
HSL color Cylindrical-coordinate representation of color #554246: hue angle of 347.37º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554246 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 70 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.67 |
| HSL | 347.37º | 0.13% | 0.3% | - |
| HSV(B) | 347.37º | 0.22% | 0.33% | - |
| XYZ | 6.8 | 6.27 | 6.65 | - |
| YUV | 72.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 70 | 0 | 0.22 | 0.18 | 0.67 | 347.37 | 0.13 | 0.3 |
| Hex | 55 | 42 | 46 | 0 | 16 | 12 | 43 | 15B | D | 1E |
| Octal | 125 | 102 | 106 | 0 | 26 | 22 | 103 | 533 | 15 | 36 |
| Binary | 1010101 | 1000010 | 1000110 | 0 | 10110 | 10010 | 1000011 | 101011011 | 1101 | 11110 |
Color Harmonies of #554246
Complementary color
Monochromatic Colors of #554246
Black with #554246
Text Example
Text Example
White with #554246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554246; }
p { color: rgb(85,66,70); }
H1.HeaderClassName
{
color: #554246;
}
.AnyTagClassName
{
color: #554246;
}
</style>
background-color css
<style>
a { background-color: #554246; }
a { background-color: rgb(85,66,70); }
div.DivClassName
{
background-color: #554246;
}
.BgClassName
{
background-color: #554246;
}
</style>
border-color css
<style>
span { border-color: #554246; }
span { border-color: rgb(85,66,70); }
td.TdClassName
{
border-color: #554246;
}
.TagClassName
{
border-color: #554246;
}
</style>