Shades of Emperor #554142
Tints of Emperor #554142
RGB
CMYK
RGB Variations
Color information
#554142 (or 0x554142) is known color: Emperor. HEX triplet: 55, 41 and 42. RGB value is (85,65,66). Sum of RGB (Red+Green+Blue) = 85+65+66=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #554142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554142 is #AABEBD. Grayscale: #474747. Windows color (decimal): -11189950 or 4342101. OLE color: 4342101.
HSL color Cylindrical-coordinate representation of color #554142: hue angle of 357º 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 #554142 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 66 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.67 |
| HSL | 357º | 0.13% | 0.29% | - |
| HSV(B) | 357º | 0.24% | 0.33% | - |
| XYZ | 6.62 | 6.11 | 5.98 | - |
| YUV | 71.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 66 | 0 | 0.24 | 0.22 | 0.67 | 357 | 0.13 | 0.29 |
| Hex | 55 | 41 | 42 | 0 | 18 | 16 | 43 | 165 | D | 1D |
| Octal | 125 | 101 | 102 | 0 | 30 | 26 | 103 | 545 | 15 | 35 |
| Binary | 1010101 | 1000001 | 1000010 | 0 | 11000 | 10110 | 1000011 | 101100101 | 1101 | 11101 |
Color Harmonies of #554142
Complementary color
Monochromatic Colors of #554142
Black with #554142
Text Example
Text Example
White with #554142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554142; }
p { color: rgb(85,65,66); }
H1.HeaderClassName
{
color: #554142;
}
.AnyTagClassName
{
color: #554142;
}
</style>
background-color css
<style>
a { background-color: #554142; }
a { background-color: rgb(85,65,66); }
div.DivClassName
{
background-color: #554142;
}
.BgClassName
{
background-color: #554142;
}
</style>
border-color css
<style>
span { border-color: #554142; }
span { border-color: rgb(85,65,66); }
td.TdClassName
{
border-color: #554142;
}
.TagClassName
{
border-color: #554142;
}
</style>