Shades of Emperor #553C42
Tints of Emperor #553C42
RGB
CMYK
RGB Variations
Color information
#553C42 (or 0x553C42) is known color: Emperor. HEX triplet: 55, 3C and 42. RGB value is (85,60,66). Sum of RGB (Red+Green+Blue) = 85+60+66=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #553C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C42 is #AAC3BD. Grayscale: #444444. Windows color (decimal): -11191230 or 4340821. OLE color: 4340821.
HSL color Cylindrical-coordinate representation of color #553C42: hue angle of 345.6º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #553C42 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 66 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.67 |
| HSL | 345.6º | 0.17% | 0.28% | - |
| HSV(B) | 345.6º | 0.29% | 0.33% | - |
| XYZ | 6.35 | 5.56 | 5.89 | - |
| YUV | 68.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 66 | 0 | 0.29 | 0.22 | 0.67 | 345.6 | 0.17 | 0.28 |
| Hex | 55 | 3C | 42 | 0 | 1D | 16 | 43 | 15A | 11 | 1C |
| Octal | 125 | 74 | 102 | 0 | 35 | 26 | 103 | 532 | 21 | 34 |
| Binary | 1010101 | 111100 | 1000010 | 0 | 11101 | 10110 | 1000011 | 101011010 | 10001 | 11100 |
Color Harmonies of #553C42
Complementary color
Monochromatic Colors of #553C42
Black with #553C42
Text Example
Text Example
White with #553C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C42; }
p { color: rgb(85,60,66); }
H1.HeaderClassName
{
color: #553C42;
}
.AnyTagClassName
{
color: #553C42;
}
</style>
background-color css
<style>
a { background-color: #553C42; }
a { background-color: rgb(85,60,66); }
div.DivClassName
{
background-color: #553C42;
}
.BgClassName
{
background-color: #553C42;
}
</style>
border-color css
<style>
span { border-color: #553C42; }
span { border-color: rgb(85,60,66); }
td.TdClassName
{
border-color: #553C42;
}
.TagClassName
{
border-color: #553C42;
}
</style>