Shades of Judge Grey #5B5346
Tints of Judge Grey #5B5346
RGB
CMYK
RGB Variations
Color information
#5B5346 (or 0x5B5346) is known color: Judge Grey. HEX triplet: 5B, 53 and 46. RGB value is (91,83,70). Sum of RGB (Red+Green+Blue) = 91+83+70=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5346 is #A4ACB9. Grayscale: #535353. Windows color (decimal): -10792122 or 4608859. OLE color: 4608859.
HSL color Cylindrical-coordinate representation of color #5B5346: hue angle of 37.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B5346 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 70 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.64 |
| HSL | 37.14º | 0.13% | 0.32% | - |
| HSV(B) | 37.14º | 0.23% | 0.36% | - |
| XYZ | 8.51 | 8.85 | 7.05 | - |
| YUV | 83.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 70 | 0 | 0.09 | 0.23 | 0.64 | 37.14 | 0.13 | 0.32 |
| Hex | 5B | 53 | 46 | 0 | 9 | 17 | 40 | 25 | D | 20 |
| Octal | 133 | 123 | 106 | 0 | 11 | 27 | 100 | 45 | 15 | 40 |
| Binary | 1011011 | 1010011 | 1000110 | 0 | 1001 | 10111 | 1000000 | 100101 | 1101 | 100000 |
Color Harmonies of #5B5346
Complementary color
Monochromatic Colors of #5B5346
Black with #5B5346
Text Example
Text Example
White with #5B5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5346; }
p { color: rgb(91,83,70); }
H1.HeaderClassName
{
color: #5B5346;
}
.AnyTagClassName
{
color: #5B5346;
}
</style>
background-color css
<style>
a { background-color: #5B5346; }
a { background-color: rgb(91,83,70); }
div.DivClassName
{
background-color: #5B5346;
}
.BgClassName
{
background-color: #5B5346;
}
</style>
border-color css
<style>
span { border-color: #5B5346; }
span { border-color: rgb(91,83,70); }
td.TdClassName
{
border-color: #5B5346;
}
.TagClassName
{
border-color: #5B5346;
}
</style>