Shades of Emperor #554143
Tints of Emperor #554143
RGB
CMYK
RGB Variations
Color information
#554143 (or 0x554143) is known color: Emperor. HEX triplet: 55, 41 and 43. RGB value is (85,65,67). Sum of RGB (Red+Green+Blue) = 85+65+67=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #554143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554143 is #AABEBC. Grayscale: #474747. Windows color (decimal): -11189949 or 4407637. OLE color: 4407637.
HSL color Cylindrical-coordinate representation of color #554143: hue angle of 354º 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 #554143 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 67 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.67 |
| HSL | 354º | 0.13% | 0.29% | - |
| HSV(B) | 354º | 0.24% | 0.33% | - |
| XYZ | 6.65 | 6.12 | 6.14 | - |
| YUV | 71.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 67 | 0 | 0.24 | 0.21 | 0.67 | 354 | 0.13 | 0.29 |
| Hex | 55 | 41 | 43 | 0 | 18 | 15 | 43 | 162 | D | 1D |
| Octal | 125 | 101 | 103 | 0 | 30 | 25 | 103 | 542 | 15 | 35 |
| Binary | 1010101 | 1000001 | 1000011 | 0 | 11000 | 10101 | 1000011 | 101100010 | 1101 | 11101 |
Color Harmonies of #554143
Complementary color
Monochromatic Colors of #554143
Black with #554143
Text Example
Text Example
White with #554143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554143; }
p { color: rgb(85,65,67); }
H1.HeaderClassName
{
color: #554143;
}
.AnyTagClassName
{
color: #554143;
}
</style>
background-color css
<style>
a { background-color: #554143; }
a { background-color: rgb(85,65,67); }
div.DivClassName
{
background-color: #554143;
}
.BgClassName
{
background-color: #554143;
}
</style>
border-color css
<style>
span { border-color: #554143; }
span { border-color: rgb(85,65,67); }
td.TdClassName
{
border-color: #554143;
}
.TagClassName
{
border-color: #554143;
}
</style>