Shades of Emperor #554345
Tints of Emperor #554345
RGB
CMYK
RGB Variations
Color information
#554345 (or 0x554345) is known color: Emperor. HEX triplet: 55, 43 and 45. RGB value is (85,67,69). Sum of RGB (Red+Green+Blue) = 85+67+69=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #554345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554345 is #AABCBA. Grayscale: #484848. Windows color (decimal): -11189435 or 4539221. OLE color: 4539221.
HSL color Cylindrical-coordinate representation of color #554345: hue angle of 353.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #554345 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 69 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.67 |
| HSL | 353.33º | 0.12% | 0.3% | - |
| HSV(B) | 353.33º | 0.21% | 0.33% | - |
| XYZ | 6.83 | 6.38 | 6.5 | - |
| YUV | 72.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 69 | 0 | 0.21 | 0.19 | 0.67 | 353.33 | 0.12 | 0.3 |
| Hex | 55 | 43 | 45 | 0 | 15 | 13 | 43 | 161 | C | 1E |
| Octal | 125 | 103 | 105 | 0 | 25 | 23 | 103 | 541 | 14 | 36 |
| Binary | 1010101 | 1000011 | 1000101 | 0 | 10101 | 10011 | 1000011 | 101100001 | 1100 | 11110 |
Color Harmonies of #554345
Complementary color
Monochromatic Colors of #554345
Black with #554345
Text Example
Text Example
White with #554345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554345; }
p { color: rgb(85,67,69); }
H1.HeaderClassName
{
color: #554345;
}
.AnyTagClassName
{
color: #554345;
}
</style>
background-color css
<style>
a { background-color: #554345; }
a { background-color: rgb(85,67,69); }
div.DivClassName
{
background-color: #554345;
}
.BgClassName
{
background-color: #554345;
}
</style>
border-color css
<style>
span { border-color: #554345; }
span { border-color: rgb(85,67,69); }
td.TdClassName
{
border-color: #554345;
}
.TagClassName
{
border-color: #554345;
}
</style>