Shades of Judge Grey #5D523C
Tints of Judge Grey #5D523C
RGB
CMYK
RGB Variations
Color information
#5D523C (or 0x5D523C) is known color: Judge Grey. HEX triplet: 5D, 52 and 3C. RGB value is (93,82,60). Sum of RGB (Red+Green+Blue) = 93+82+60=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 93 - color contains mainly: red. Hex color #5D523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D523C is #A2ADC3. Grayscale: #525252. Windows color (decimal): -10661316 or 3953245. OLE color: 3953245.
HSL color Cylindrical-coordinate representation of color #5D523C: hue angle of 40º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D523C is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 82 | 60 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.64 |
| HSL | 40º | 0.22% | 0.3% | - |
| HSV(B) | 40º | 0.35% | 0.36% | - |
| XYZ | 8.35 | 8.69 | 5.51 | - |
| YUV | 82.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 60 | 0 | 0.12 | 0.35 | 0.64 | 40 | 0.22 | 0.3 |
| Hex | 5D | 52 | 3C | 0 | C | 23 | 40 | 28 | 16 | 1E |
| Octal | 135 | 122 | 74 | 0 | 14 | 43 | 100 | 50 | 26 | 36 |
| Binary | 1011101 | 1010010 | 111100 | 0 | 1100 | 100011 | 1000000 | 101000 | 10110 | 11110 |
Color Harmonies of #5D523C
Complementary color
Monochromatic Colors of #5D523C
Black with #5D523C
Text Example
Text Example
White with #5D523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D523C; }
p { color: rgb(93,82,60); }
H1.HeaderClassName
{
color: #5D523C;
}
.AnyTagClassName
{
color: #5D523C;
}
</style>
background-color css
<style>
a { background-color: #5D523C; }
a { background-color: rgb(93,82,60); }
div.DivClassName
{
background-color: #5D523C;
}
.BgClassName
{
background-color: #5D523C;
}
</style>
border-color css
<style>
span { border-color: #5D523C; }
span { border-color: rgb(93,82,60); }
td.TdClassName
{
border-color: #5D523C;
}
.TagClassName
{
border-color: #5D523C;
}
</style>