Shades of Emperor #553E43
Tints of Emperor #553E43
RGB
CMYK
RGB Variations
Color information
#553E43 (or 0x553E43) is known color: Emperor. HEX triplet: 55, 3E and 43. RGB value is (85,62,67). Sum of RGB (Red+Green+Blue) = 85+62+67=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #553E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E43 is #AAC1BC. Grayscale: #454545. Windows color (decimal): -11190717 or 4406869. OLE color: 4406869.
HSL color Cylindrical-coordinate representation of color #553E43: hue angle of 346.96º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #553E43 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 67 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.67 |
| HSL | 346.96º | 0.16% | 0.29% | - |
| HSV(B) | 346.96º | 0.27% | 0.33% | - |
| XYZ | 6.48 | 5.78 | 6.08 | - |
| YUV | 69.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 67 | 0 | 0.27 | 0.21 | 0.67 | 346.96 | 0.16 | 0.29 |
| Hex | 55 | 3E | 43 | 0 | 1B | 15 | 43 | 15B | 10 | 1D |
| Octal | 125 | 76 | 103 | 0 | 33 | 25 | 103 | 533 | 20 | 35 |
| Binary | 1010101 | 111110 | 1000011 | 0 | 11011 | 10101 | 1000011 | 101011011 | 10000 | 11101 |
Color Harmonies of #553E43
Complementary color
Monochromatic Colors of #553E43
Black with #553E43
Text Example
Text Example
White with #553E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E43; }
p { color: rgb(85,62,67); }
H1.HeaderClassName
{
color: #553E43;
}
.AnyTagClassName
{
color: #553E43;
}
</style>
background-color css
<style>
a { background-color: #553E43; }
a { background-color: rgb(85,62,67); }
div.DivClassName
{
background-color: #553E43;
}
.BgClassName
{
background-color: #553E43;
}
</style>
border-color css
<style>
span { border-color: #553E43; }
span { border-color: rgb(85,62,67); }
td.TdClassName
{
border-color: #553E43;
}
.TagClassName
{
border-color: #553E43;
}
</style>