Shades of Judge Grey #5E5543
Tints of Judge Grey #5E5543
RGB
CMYK
RGB Variations
Color information
#5E5543 (or 0x5E5543) is known color: Judge Grey. HEX triplet: 5E, 55 and 43. RGB value is (94,85,67). Sum of RGB (Red+Green+Blue) = 94+85+67=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5543 is #A1AABC. Grayscale: #555555. Windows color (decimal): -10595005 or 4412766. OLE color: 4412766.
HSL color Cylindrical-coordinate representation of color #5E5543: hue angle of 40º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E5543 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 85 | 67 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.63 |
| HSL | 40º | 0.17% | 0.32% | - |
| HSV(B) | 40º | 0.29% | 0.37% | - |
| XYZ | 8.88 | 9.28 | 6.63 | - |
| YUV | 85.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 67 | 0 | 0.10 | 0.29 | 0.63 | 40 | 0.17 | 0.32 |
| Hex | 5E | 55 | 43 | 0 | A | 1D | 3F | 28 | 11 | 20 |
| Octal | 136 | 125 | 103 | 0 | 12 | 35 | 77 | 50 | 21 | 40 |
| Binary | 1011110 | 1010101 | 1000011 | 0 | 1010 | 11101 | 111111 | 101000 | 10001 | 100000 |
Color Harmonies of #5E5543
Complementary color
Monochromatic Colors of #5E5543
Black with #5E5543
Text Example
Text Example
White with #5E5543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5543; }
p { color: rgb(94,85,67); }
H1.HeaderClassName
{
color: #5E5543;
}
.AnyTagClassName
{
color: #5E5543;
}
</style>
background-color css
<style>
a { background-color: #5E5543; }
a { background-color: rgb(94,85,67); }
div.DivClassName
{
background-color: #5E5543;
}
.BgClassName
{
background-color: #5E5543;
}
</style>
border-color css
<style>
span { border-color: #5E5543; }
span { border-color: rgb(94,85,67); }
td.TdClassName
{
border-color: #5E5543;
}
.TagClassName
{
border-color: #5E5543;
}
</style>