Shades of Judge Grey #5D5750
Tints of Judge Grey #5D5750
RGB
CMYK
RGB Variations
Color information
#5D5750 (or 0x5D5750) is known color: Judge Grey. HEX triplet: 5D, 57 and 50. RGB value is (93,87,80). Sum of RGB (Red+Green+Blue) = 93+87+80=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5750 is #A2A8AF. Grayscale: #585858. Windows color (decimal): -10660016 or 5265245. OLE color: 5265245.
HSL color Cylindrical-coordinate representation of color #5D5750: hue angle of 32.31º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5D5750 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 87 | 80 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.64 |
| HSL | 32.31º | 0.08% | 0.34% | - |
| HSV(B) | 32.31º | 0.14% | 0.36% | - |
| XYZ | 9.37 | 9.72 | 8.97 | - |
| YUV | 88 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 80 | 0 | 0.06 | 0.14 | 0.64 | 32.31 | 0.08 | 0.34 |
| Hex | 5D | 57 | 50 | 0 | 6 | E | 40 | 20 | 8 | 22 |
| Octal | 135 | 127 | 120 | 0 | 6 | 16 | 100 | 40 | 10 | 42 |
| Binary | 1011101 | 1010111 | 1010000 | 0 | 110 | 1110 | 1000000 | 100000 | 1000 | 100010 |
Color Harmonies of #5D5750
Complementary color
Monochromatic Colors of #5D5750
Black with #5D5750
Text Example
Text Example
White with #5D5750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5750; }
p { color: rgb(93,87,80); }
H1.HeaderClassName
{
color: #5D5750;
}
.AnyTagClassName
{
color: #5D5750;
}
</style>
background-color css
<style>
a { background-color: #5D5750; }
a { background-color: rgb(93,87,80); }
div.DivClassName
{
background-color: #5D5750;
}
.BgClassName
{
background-color: #5D5750;
}
</style>
border-color css
<style>
span { border-color: #5D5750; }
span { border-color: rgb(93,87,80); }
td.TdClassName
{
border-color: #5D5750;
}
.TagClassName
{
border-color: #5D5750;
}
</style>