Shades of Judge Grey #5D564D
Tints of Judge Grey #5D564D
RGB
CMYK
RGB Variations
Color information
#5D564D (or 0x5D564D) is known color: Judge Grey. HEX triplet: 5D, 56 and 4D. RGB value is (93,86,77). Sum of RGB (Red+Green+Blue) = 93+86+77=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 93 - color contains mainly: red. Hex color #5D564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D564D is #A2A9B2. Grayscale: #575757. Windows color (decimal): -10660275 or 5068381. OLE color: 5068381.
HSL color Cylindrical-coordinate representation of color #5D564D: hue angle of 33.75º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5D564D is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 86 | 77 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.64 |
| HSL | 33.75º | 0.09% | 0.33% | - |
| HSV(B) | 33.75º | 0.17% | 0.36% | - |
| XYZ | 9.18 | 9.52 | 8.37 | - |
| YUV | 87.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 86 | 77 | 0 | 0.08 | 0.17 | 0.64 | 33.75 | 0.09 | 0.33 |
| Hex | 5D | 56 | 4D | 0 | 8 | 11 | 40 | 22 | 9 | 21 |
| Octal | 135 | 126 | 115 | 0 | 10 | 21 | 100 | 42 | 11 | 41 |
| Binary | 1011101 | 1010110 | 1001101 | 0 | 1000 | 10001 | 1000000 | 100010 | 1001 | 100001 |
Color Harmonies of #5D564D
Complementary color
Monochromatic Colors of #5D564D
Black with #5D564D
Text Example
Text Example
White with #5D564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D564D; }
p { color: rgb(93,86,77); }
H1.HeaderClassName
{
color: #5D564D;
}
.AnyTagClassName
{
color: #5D564D;
}
</style>
background-color css
<style>
a { background-color: #5D564D; }
a { background-color: rgb(93,86,77); }
div.DivClassName
{
background-color: #5D564D;
}
.BgClassName
{
background-color: #5D564D;
}
</style>
border-color css
<style>
span { border-color: #5D564D; }
span { border-color: rgb(93,86,77); }
td.TdClassName
{
border-color: #5D564D;
}
.TagClassName
{
border-color: #5D564D;
}
</style>