Shades of Emperor #553F43
Tints of Emperor #553F43
RGB
CMYK
RGB Variations
Color information
#553F43 (or 0x553F43) is known color: Emperor. HEX triplet: 55, 3F and 43. RGB value is (85,63,67). Sum of RGB (Red+Green+Blue) = 85+63+67=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #553F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F43 is #AAC0BC. Grayscale: #464646. Windows color (decimal): -11190461 or 4407125. OLE color: 4407125.
HSL color Cylindrical-coordinate representation of color #553F43: hue angle of 349.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #553F43 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 67 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.67 |
| HSL | 349.09º | 0.15% | 0.29% | - |
| HSV(B) | 349.09º | 0.26% | 0.33% | - |
| XYZ | 6.54 | 5.89 | 6.1 | - |
| YUV | 70.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 67 | 0 | 0.26 | 0.21 | 0.67 | 349.09 | 0.15 | 0.29 |
| Hex | 55 | 3F | 43 | 0 | 1A | 15 | 43 | 15D | F | 1D |
| Octal | 125 | 77 | 103 | 0 | 32 | 25 | 103 | 535 | 17 | 35 |
| Binary | 1010101 | 111111 | 1000011 | 0 | 11010 | 10101 | 1000011 | 101011101 | 1111 | 11101 |
Color Harmonies of #553F43
Complementary color
Monochromatic Colors of #553F43
Black with #553F43
Text Example
Text Example
White with #553F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F43; }
p { color: rgb(85,63,67); }
H1.HeaderClassName
{
color: #553F43;
}
.AnyTagClassName
{
color: #553F43;
}
</style>
background-color css
<style>
a { background-color: #553F43; }
a { background-color: rgb(85,63,67); }
div.DivClassName
{
background-color: #553F43;
}
.BgClassName
{
background-color: #553F43;
}
</style>
border-color css
<style>
span { border-color: #553F43; }
span { border-color: rgb(85,63,67); }
td.TdClassName
{
border-color: #553F43;
}
.TagClassName
{
border-color: #553F43;
}
</style>