Shades of Emperor #55494A
Tints of Emperor #55494A
RGB
CMYK
RGB Variations
Color information
#55494A (or 0x55494A) is known color: Emperor. HEX triplet: 55, 49 and 4A. RGB value is (85,73,74). Sum of RGB (Red+Green+Blue) = 85+73+74=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #55494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55494A is #AAB6B5. Grayscale: #4C4C4C. Windows color (decimal): -11187894 or 4868437. OLE color: 4868437.
HSL color Cylindrical-coordinate representation of color #55494A: hue angle of 355º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #55494A is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 74 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.67 |
| HSL | 355º | 0.08% | 0.31% | - |
| HSV(B) | 355º | 0.14% | 0.33% | - |
| XYZ | 7.36 | 7.19 | 7.48 | - |
| YUV | 76.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 74 | 0 | 0.14 | 0.13 | 0.67 | 355 | 0.08 | 0.31 |
| Hex | 55 | 49 | 4A | 0 | E | D | 43 | 163 | 8 | 1F |
| Octal | 125 | 111 | 112 | 0 | 16 | 15 | 103 | 543 | 10 | 37 |
| Binary | 1010101 | 1001001 | 1001010 | 0 | 1110 | 1101 | 1000011 | 101100011 | 1000 | 11111 |
Color Harmonies of #55494A
Complementary color
Monochromatic Colors of #55494A
Black with #55494A
Text Example
Text Example
White with #55494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55494A; }
p { color: rgb(85,73,74); }
H1.HeaderClassName
{
color: #55494A;
}
.AnyTagClassName
{
color: #55494A;
}
</style>
background-color css
<style>
a { background-color: #55494A; }
a { background-color: rgb(85,73,74); }
div.DivClassName
{
background-color: #55494A;
}
.BgClassName
{
background-color: #55494A;
}
</style>
border-color css
<style>
span { border-color: #55494A; }
span { border-color: rgb(85,73,74); }
td.TdClassName
{
border-color: #55494A;
}
.TagClassName
{
border-color: #55494A;
}
</style>