Shades of Emperor #5A4142
Tints of Emperor #5A4142
RGB
CMYK
RGB Variations
Color information
#5A4142 (or 0x5A4142) is known color: Emperor. HEX triplet: 5A, 41 and 42. RGB value is (90,65,66). Sum of RGB (Red+Green+Blue) = 90+65+66=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4142 is #A5BEBD. Grayscale: #484848. Windows color (decimal): -10862270 or 4342106. OLE color: 4342106.
HSL color Cylindrical-coordinate representation of color #5A4142: hue angle of 357.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4142 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 66 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.65 |
| HSL | 357.6º | 0.16% | 0.3% | - |
| HSV(B) | 357.6º | 0.28% | 0.35% | - |
| XYZ | 7.09 | 6.35 | 6.01 | - |
| YUV | 72.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 66 | 0 | 0.28 | 0.27 | 0.65 | 357.6 | 0.16 | 0.3 |
| Hex | 5A | 41 | 42 | 0 | 1C | 1B | 41 | 166 | 10 | 1E |
| Octal | 132 | 101 | 102 | 0 | 34 | 33 | 101 | 546 | 20 | 36 |
| Binary | 1011010 | 1000001 | 1000010 | 0 | 11100 | 11011 | 1000001 | 101100110 | 10000 | 11110 |
Color Harmonies of #5A4142
Complementary color
Monochromatic Colors of #5A4142
Black with #5A4142
Text Example
Text Example
White with #5A4142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4142; }
p { color: rgb(90,65,66); }
H1.HeaderClassName
{
color: #5A4142;
}
.AnyTagClassName
{
color: #5A4142;
}
</style>
background-color css
<style>
a { background-color: #5A4142; }
a { background-color: rgb(90,65,66); }
div.DivClassName
{
background-color: #5A4142;
}
.BgClassName
{
background-color: #5A4142;
}
</style>
border-color css
<style>
span { border-color: #5A4142; }
span { border-color: rgb(90,65,66); }
td.TdClassName
{
border-color: #5A4142;
}
.TagClassName
{
border-color: #5A4142;
}
</style>