Shades of Emperor #55494B
Tints of Emperor #55494B
RGB
CMYK
RGB Variations
Color information
#55494B (or 0x55494B) is known color: Emperor. HEX triplet: 55, 49 and 4B. RGB value is (85,73,75). Sum of RGB (Red+Green+Blue) = 85+73+75=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #55494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55494B is #AAB6B4. Grayscale: #4C4C4C. Windows color (decimal): -11187893 or 4933973. OLE color: 4933973.
HSL color Cylindrical-coordinate representation of color #55494B: hue angle of 350º 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 #55494B is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 75 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.67 |
| HSL | 350º | 0.08% | 0.31% | - |
| HSV(B) | 350º | 0.14% | 0.33% | - |
| XYZ | 7.4 | 7.2 | 7.66 | - |
| YUV | 76.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 75 | 0 | 0.14 | 0.12 | 0.67 | 350 | 0.08 | 0.31 |
| Hex | 55 | 49 | 4B | 0 | E | C | 43 | 15E | 8 | 1F |
| Octal | 125 | 111 | 113 | 0 | 16 | 14 | 103 | 536 | 10 | 37 |
| Binary | 1010101 | 1001001 | 1001011 | 0 | 1110 | 1100 | 1000011 | 101011110 | 1000 | 11111 |
Color Harmonies of #55494B
Complementary color
Monochromatic Colors of #55494B
Black with #55494B
Text Example
Text Example
White with #55494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55494B; }
p { color: rgb(85,73,75); }
H1.HeaderClassName
{
color: #55494B;
}
.AnyTagClassName
{
color: #55494B;
}
</style>
background-color css
<style>
a { background-color: #55494B; }
a { background-color: rgb(85,73,75); }
div.DivClassName
{
background-color: #55494B;
}
.BgClassName
{
background-color: #55494B;
}
</style>
border-color css
<style>
span { border-color: #55494B; }
span { border-color: rgb(85,73,75); }
td.TdClassName
{
border-color: #55494B;
}
.TagClassName
{
border-color: #55494B;
}
</style>