Shades of Emperor #553F44
Tints of Emperor #553F44
RGB
CMYK
RGB Variations
Color information
#553F44 (or 0x553F44) is known color: Emperor. HEX triplet: 55, 3F and 44. RGB value is (85,63,68). Sum of RGB (Red+Green+Blue) = 85+63+68=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #553F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F44 is #AAC0BB. Grayscale: #464646. Windows color (decimal): -11190460 or 4472661. OLE color: 4472661.
HSL color Cylindrical-coordinate representation of color #553F44: hue angle of 346.36º 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 #553F44 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 68 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.67 |
| HSL | 346.36º | 0.15% | 0.29% | - |
| HSV(B) | 346.36º | 0.26% | 0.33% | - |
| XYZ | 6.57 | 5.9 | 6.26 | - |
| YUV | 70.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 68 | 0 | 0.26 | 0.20 | 0.67 | 346.36 | 0.15 | 0.29 |
| Hex | 55 | 3F | 44 | 0 | 1A | 14 | 43 | 15A | F | 1D |
| Octal | 125 | 77 | 104 | 0 | 32 | 24 | 103 | 532 | 17 | 35 |
| Binary | 1010101 | 111111 | 1000100 | 0 | 11010 | 10100 | 1000011 | 101011010 | 1111 | 11101 |
Color Harmonies of #553F44
Complementary color
Monochromatic Colors of #553F44
Black with #553F44
Text Example
Text Example
White with #553F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F44; }
p { color: rgb(85,63,68); }
H1.HeaderClassName
{
color: #553F44;
}
.AnyTagClassName
{
color: #553F44;
}
</style>
background-color css
<style>
a { background-color: #553F44; }
a { background-color: rgb(85,63,68); }
div.DivClassName
{
background-color: #553F44;
}
.BgClassName
{
background-color: #553F44;
}
</style>
border-color css
<style>
span { border-color: #553F44; }
span { border-color: rgb(85,63,68); }
td.TdClassName
{
border-color: #553F44;
}
.TagClassName
{
border-color: #553F44;
}
</style>