Shades of Judge Grey #5E5851
Tints of Judge Grey #5E5851
RGB
CMYK
RGB Variations
Color information
#5E5851 (or 0x5E5851) is known color: Judge Grey. HEX triplet: 5E, 58 and 51. RGB value is (94,88,81). Sum of RGB (Red+Green+Blue) = 94+88+81=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5851 is #A1A7AE. Grayscale: #595959. Windows color (decimal): -10594223 or 5331038. OLE color: 5331038.
HSL color Cylindrical-coordinate representation of color #5E5851: hue angle of 32.31º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5E5851 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 88 | 81 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.63 |
| HSL | 32.31º | 0.07% | 0.34% | - |
| HSV(B) | 32.31º | 0.14% | 0.37% | - |
| XYZ | 9.59 | 9.95 | 9.2 | - |
| YUV | 89 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 81 | 0 | 0.06 | 0.14 | 0.63 | 32.31 | 0.07 | 0.34 |
| Hex | 5E | 58 | 51 | 0 | 6 | E | 3F | 20 | 7 | 22 |
| Octal | 136 | 130 | 121 | 0 | 6 | 16 | 77 | 40 | 7 | 42 |
| Binary | 1011110 | 1011000 | 1010001 | 0 | 110 | 1110 | 111111 | 100000 | 111 | 100010 |
Color Harmonies of #5E5851
Complementary color
Monochromatic Colors of #5E5851
Black with #5E5851
Text Example
Text Example
White with #5E5851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5851; }
p { color: rgb(94,88,81); }
H1.HeaderClassName
{
color: #5E5851;
}
.AnyTagClassName
{
color: #5E5851;
}
</style>
background-color css
<style>
a { background-color: #5E5851; }
a { background-color: rgb(94,88,81); }
div.DivClassName
{
background-color: #5E5851;
}
.BgClassName
{
background-color: #5E5851;
}
</style>
border-color css
<style>
span { border-color: #5E5851; }
span { border-color: rgb(94,88,81); }
td.TdClassName
{
border-color: #5E5851;
}
.TagClassName
{
border-color: #5E5851;
}
</style>