Shades of Judge Grey #5E503E
Tints of Judge Grey #5E503E
RGB
CMYK
RGB Variations
Color information
#5E503E (or 0x5E503E) is known color: Judge Grey. HEX triplet: 5E, 50 and 3E. RGB value is (94,80,62). Sum of RGB (Red+Green+Blue) = 94+80+62=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 94 - color contains mainly: red. Hex color #5E503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E503E is #A1AFC1. Grayscale: #525252. Windows color (decimal): -10596290 or 4083806. OLE color: 4083806.
HSL color Cylindrical-coordinate representation of color #5E503E: hue angle of 33.75º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E503E is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 80 | 62 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.63 |
| HSL | 33.75º | 0.21% | 0.31% | - |
| HSV(B) | 33.75º | 0.34% | 0.37% | - |
| XYZ | 8.35 | 8.46 | 5.75 | - |
| YUV | 82.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 62 | 0 | 0.15 | 0.34 | 0.63 | 33.75 | 0.21 | 0.31 |
| Hex | 5E | 50 | 3E | 0 | F | 22 | 3F | 22 | 15 | 1F |
| Octal | 136 | 120 | 76 | 0 | 17 | 42 | 77 | 42 | 25 | 37 |
| Binary | 1011110 | 1010000 | 111110 | 0 | 1111 | 100010 | 111111 | 100010 | 10101 | 11111 |
Color Harmonies of #5E503E
Complementary color
Monochromatic Colors of #5E503E
Black with #5E503E
Text Example
Text Example
White with #5E503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E503E; }
p { color: rgb(94,80,62); }
H1.HeaderClassName
{
color: #5E503E;
}
.AnyTagClassName
{
color: #5E503E;
}
</style>
background-color css
<style>
a { background-color: #5E503E; }
a { background-color: rgb(94,80,62); }
div.DivClassName
{
background-color: #5E503E;
}
.BgClassName
{
background-color: #5E503E;
}
</style>
border-color css
<style>
span { border-color: #5E503E; }
span { border-color: rgb(94,80,62); }
td.TdClassName
{
border-color: #5E503E;
}
.TagClassName
{
border-color: #5E503E;
}
</style>