Shades of Judge Grey #5D5751
Tints of Judge Grey #5D5751
RGB
CMYK
RGB Variations
Color information
#5D5751 (or 0x5D5751) is known color: Judge Grey. HEX triplet: 5D, 57 and 51. RGB value is (93,87,81). Sum of RGB (Red+Green+Blue) = 93+87+81=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5751 is #A2A8AE. Grayscale: #585858. Windows color (decimal): -10660015 or 5330781. OLE color: 5330781.
HSL color Cylindrical-coordinate representation of color #5D5751: hue angle of 30º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5D5751 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 87 | 81 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.64 |
| HSL | 30º | 0.07% | 0.34% | - |
| HSV(B) | 30º | 0.13% | 0.36% | - |
| XYZ | 9.41 | 9.74 | 9.17 | - |
| YUV | 88.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 81 | 0 | 0.06 | 0.13 | 0.64 | 30 | 0.07 | 0.34 |
| Hex | 5D | 57 | 51 | 0 | 6 | D | 40 | 1E | 7 | 22 |
| Octal | 135 | 127 | 121 | 0 | 6 | 15 | 100 | 36 | 7 | 42 |
| Binary | 1011101 | 1010111 | 1010001 | 0 | 110 | 1101 | 1000000 | 11110 | 111 | 100010 |
Color Harmonies of #5D5751
Complementary color
Monochromatic Colors of #5D5751
Black with #5D5751
Text Example
Text Example
White with #5D5751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5751; }
p { color: rgb(93,87,81); }
H1.HeaderClassName
{
color: #5D5751;
}
.AnyTagClassName
{
color: #5D5751;
}
</style>
background-color css
<style>
a { background-color: #5D5751; }
a { background-color: rgb(93,87,81); }
div.DivClassName
{
background-color: #5D5751;
}
.BgClassName
{
background-color: #5D5751;
}
</style>
border-color css
<style>
span { border-color: #5D5751; }
span { border-color: rgb(93,87,81); }
td.TdClassName
{
border-color: #5D5751;
}
.TagClassName
{
border-color: #5D5751;
}
</style>