Shades of Emperor #5B484A
Tints of Emperor #5B484A
RGB
CMYK
RGB Variations
Color information
#5B484A (or 0x5B484A) is known color: Emperor. HEX triplet: 5B, 48 and 4A. RGB value is (91,72,74). Sum of RGB (Red+Green+Blue) = 91+72+74=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 91 - color contains mainly: red. Hex color #5B484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B484A is #A4B7B5. Grayscale: #4D4D4D. Windows color (decimal): -10794934 or 4868187. OLE color: 4868187.
HSL color Cylindrical-coordinate representation of color #5B484A: hue angle of 353.68º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B484A is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 72 | 74 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.64 |
| HSL | 353.68º | 0.12% | 0.32% | - |
| HSV(B) | 353.68º | 0.21% | 0.36% | - |
| XYZ | 7.87 | 7.35 | 7.48 | - |
| YUV | 77.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 74 | 0 | 0.21 | 0.19 | 0.64 | 353.68 | 0.12 | 0.32 |
| Hex | 5B | 48 | 4A | 0 | 15 | 13 | 40 | 162 | C | 20 |
| Octal | 133 | 110 | 112 | 0 | 25 | 23 | 100 | 542 | 14 | 40 |
| Binary | 1011011 | 1001000 | 1001010 | 0 | 10101 | 10011 | 1000000 | 101100010 | 1100 | 100000 |
Color Harmonies of #5B484A
Complementary color
Monochromatic Colors of #5B484A
Black with #5B484A
Text Example
Text Example
White with #5B484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B484A; }
p { color: rgb(91,72,74); }
H1.HeaderClassName
{
color: #5B484A;
}
.AnyTagClassName
{
color: #5B484A;
}
</style>
background-color css
<style>
a { background-color: #5B484A; }
a { background-color: rgb(91,72,74); }
div.DivClassName
{
background-color: #5B484A;
}
.BgClassName
{
background-color: #5B484A;
}
</style>
border-color css
<style>
span { border-color: #5B484A; }
span { border-color: rgb(91,72,74); }
td.TdClassName
{
border-color: #5B484A;
}
.TagClassName
{
border-color: #5B484A;
}
</style>