Shades of Emperor #554748
Tints of Emperor #554748
RGB
CMYK
RGB Variations
Color information
#554748 (or 0x554748) is known color: Emperor. HEX triplet: 55, 47 and 48. RGB value is (85,71,72). Sum of RGB (Red+Green+Blue) = 85+71+72=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #554748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554748 is #AAB8B7. Grayscale: #4B4B4B. Windows color (decimal): -11188408 or 4736853. OLE color: 4736853.
HSL color Cylindrical-coordinate representation of color #554748: hue angle of 355.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #554748 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 72 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.67 |
| HSL | 355.71º | 0.09% | 0.31% | - |
| HSV(B) | 355.71º | 0.16% | 0.33% | - |
| XYZ | 7.17 | 6.91 | 7.09 | - |
| YUV | 75.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 72 | 0 | 0.16 | 0.15 | 0.67 | 355.71 | 0.09 | 0.31 |
| Hex | 55 | 47 | 48 | 0 | 10 | F | 43 | 164 | 9 | 1F |
| Octal | 125 | 107 | 110 | 0 | 20 | 17 | 103 | 544 | 11 | 37 |
| Binary | 1010101 | 1000111 | 1001000 | 0 | 10000 | 1111 | 1000011 | 101100100 | 1001 | 11111 |
Color Harmonies of #554748
Complementary color
Monochromatic Colors of #554748
Black with #554748
Text Example
Text Example
White with #554748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554748; }
p { color: rgb(85,71,72); }
H1.HeaderClassName
{
color: #554748;
}
.AnyTagClassName
{
color: #554748;
}
</style>
background-color css
<style>
a { background-color: #554748; }
a { background-color: rgb(85,71,72); }
div.DivClassName
{
background-color: #554748;
}
.BgClassName
{
background-color: #554748;
}
</style>
border-color css
<style>
span { border-color: #554748; }
span { border-color: rgb(85,71,72); }
td.TdClassName
{
border-color: #554748;
}
.TagClassName
{
border-color: #554748;
}
</style>