Shades of Judge Grey #5D5341
Tints of Judge Grey #5D5341
RGB
CMYK
RGB Variations
Color information
#5D5341 (or 0x5D5341) is known color: Judge Grey. HEX triplet: 5D, 53 and 41. RGB value is (93,83,65). Sum of RGB (Red+Green+Blue) = 93+83+65=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5341 is #A2ACBE. Grayscale: #545454. Windows color (decimal): -10661055 or 4281181. OLE color: 4281181.
HSL color Cylindrical-coordinate representation of color #5D5341: hue angle of 38.57º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D5341 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 83 | 65 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.64 |
| HSL | 38.57º | 0.18% | 0.31% | - |
| HSV(B) | 38.57º | 0.3% | 0.36% | - |
| XYZ | 8.56 | 8.9 | 6.27 | - |
| YUV | 83.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 65 | 0 | 0.11 | 0.30 | 0.64 | 38.57 | 0.18 | 0.31 |
| Hex | 5D | 53 | 41 | 0 | B | 1E | 40 | 27 | 12 | 1F |
| Octal | 135 | 123 | 101 | 0 | 13 | 36 | 100 | 47 | 22 | 37 |
| Binary | 1011101 | 1010011 | 1000001 | 0 | 1011 | 11110 | 1000000 | 100111 | 10010 | 11111 |
Color Harmonies of #5D5341
Complementary color
Monochromatic Colors of #5D5341
Black with #5D5341
Text Example
Text Example
White with #5D5341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5341; }
p { color: rgb(93,83,65); }
H1.HeaderClassName
{
color: #5D5341;
}
.AnyTagClassName
{
color: #5D5341;
}
</style>
background-color css
<style>
a { background-color: #5D5341; }
a { background-color: rgb(93,83,65); }
div.DivClassName
{
background-color: #5D5341;
}
.BgClassName
{
background-color: #5D5341;
}
</style>
border-color css
<style>
span { border-color: #5D5341; }
span { border-color: rgb(93,83,65); }
td.TdClassName
{
border-color: #5D5341;
}
.TagClassName
{
border-color: #5D5341;
}
</style>