Shades of Judge Grey #5E523E
Tints of Judge Grey #5E523E
RGB
CMYK
RGB Variations
Color information
#5E523E (or 0x5E523E) is known color: Judge Grey. HEX triplet: 5E, 52 and 3E. RGB value is (94,82,62). Sum of RGB (Red+Green+Blue) = 94+82+62=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 94 - color contains mainly: red. Hex color #5E523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E523E is #A1ADC1. Grayscale: #535353. Windows color (decimal): -10595778 or 4084318. OLE color: 4084318.
HSL color Cylindrical-coordinate representation of color #5E523E: hue angle of 37.5º 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 #5E523E is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 82 | 62 | - |
CMYK | 0 | 0.13 | 0.34 | 0.63 |
HSL | 37.5º | 0.21% | 0.31% | - |
HSV(B) | 37.5º | 0.34% | 0.37% | - |
XYZ | 8.5 | 8.76 | 5.8 | - |
YUV | 83.31 | 115.98 | 135.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 82 | 62 | 0 | 0.13 | 0.34 | 0.63 | 37.5 | 0.21 | 0.31 |
Hex | 5E | 52 | 3E | 0 | D | 22 | 3F | 26 | 15 | 1F |
Octal | 136 | 122 | 76 | 0 | 15 | 42 | 77 | 46 | 25 | 37 |
Binary | 1011110 | 1010010 | 111110 | 0 | 1101 | 100010 | 111111 | 100110 | 10101 | 11111 |
Color Harmonies of #5E523E
Complementary color
Monochromatic Colors of #5E523E
Black with #5E523E
Text Example
Text Example
White with #5E523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E523E; }
p { color: rgb(94,82,62); }
H1.HeaderClassName
{
color: #5E523E;
}
.AnyTagClassName
{
color: #5E523E;
}
</style>
background-color css
<style>
a { background-color: #5E523E; }
a { background-color: rgb(94,82,62); }
div.DivClassName
{
background-color: #5E523E;
}
.BgClassName
{
background-color: #5E523E;
}
</style>
border-color css
<style>
span { border-color: #5E523E; }
span { border-color: rgb(94,82,62); }
td.TdClassName
{
border-color: #5E523E;
}
.TagClassName
{
border-color: #5E523E;
}
</style>