Shades of Emperor #553D42
Tints of Emperor #553D42
RGB
CMYK
RGB Variations
Color information
#553D42 (or 0x553D42) is known color: Emperor. HEX triplet: 55, 3D and 42. RGB value is (85,61,66). Sum of RGB (Red+Green+Blue) = 85+61+66=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #553D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D42 is #AAC2BD. Grayscale: #444444. Windows color (decimal): -11190974 or 4341077. OLE color: 4341077.
HSL color Cylindrical-coordinate representation of color #553D42: hue angle of 347.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #553D42 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 66 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.67 |
| HSL | 347.5º | 0.16% | 0.29% | - |
| HSV(B) | 347.5º | 0.28% | 0.33% | - |
| XYZ | 6.4 | 5.66 | 5.91 | - |
| YUV | 68.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 66 | 0 | 0.28 | 0.22 | 0.67 | 347.5 | 0.16 | 0.29 |
| Hex | 55 | 3D | 42 | 0 | 1C | 16 | 43 | 15C | 10 | 1D |
| Octal | 125 | 75 | 102 | 0 | 34 | 26 | 103 | 534 | 20 | 35 |
| Binary | 1010101 | 111101 | 1000010 | 0 | 11100 | 10110 | 1000011 | 101011100 | 10000 | 11101 |
Color Harmonies of #553D42
Complementary color
Monochromatic Colors of #553D42
Black with #553D42
Text Example
Text Example
White with #553D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D42; }
p { color: rgb(85,61,66); }
H1.HeaderClassName
{
color: #553D42;
}
.AnyTagClassName
{
color: #553D42;
}
</style>
background-color css
<style>
a { background-color: #553D42; }
a { background-color: rgb(85,61,66); }
div.DivClassName
{
background-color: #553D42;
}
.BgClassName
{
background-color: #553D42;
}
</style>
border-color css
<style>
span { border-color: #553D42; }
span { border-color: rgb(85,61,66); }
td.TdClassName
{
border-color: #553D42;
}
.TagClassName
{
border-color: #553D42;
}
</style>