Shades of Judge Grey #5C5146
Tints of Judge Grey #5C5146
RGB
CMYK
RGB Variations
Color information
#5C5146 (or 0x5C5146) is known color: Judge Grey. HEX triplet: 5C, 51 and 46. RGB value is (92,81,70). Sum of RGB (Red+Green+Blue) = 92+81+70=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5146 is #A3AEB9. Grayscale: #535353. Windows color (decimal): -10727098 or 4608348. OLE color: 4608348.
HSL color Cylindrical-coordinate representation of color #5C5146: hue angle of 30º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5C5146 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 81 | 70 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.64 |
| HSL | 30º | 0.14% | 0.32% | - |
| HSV(B) | 30º | 0.24% | 0.36% | - |
| XYZ | 8.46 | 8.6 | 7.01 | - |
| YUV | 83.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 70 | 0 | 0.12 | 0.24 | 0.64 | 30 | 0.14 | 0.32 |
| Hex | 5C | 51 | 46 | 0 | C | 18 | 40 | 1E | E | 20 |
| Octal | 134 | 121 | 106 | 0 | 14 | 30 | 100 | 36 | 16 | 40 |
| Binary | 1011100 | 1010001 | 1000110 | 0 | 1100 | 11000 | 1000000 | 11110 | 1110 | 100000 |
Color Harmonies of #5C5146
Complementary color
Monochromatic Colors of #5C5146
Black with #5C5146
Text Example
Text Example
White with #5C5146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5146; }
p { color: rgb(92,81,70); }
H1.HeaderClassName
{
color: #5C5146;
}
.AnyTagClassName
{
color: #5C5146;
}
</style>
background-color css
<style>
a { background-color: #5C5146; }
a { background-color: rgb(92,81,70); }
div.DivClassName
{
background-color: #5C5146;
}
.BgClassName
{
background-color: #5C5146;
}
</style>
border-color css
<style>
span { border-color: #5C5146; }
span { border-color: rgb(92,81,70); }
td.TdClassName
{
border-color: #5C5146;
}
.TagClassName
{
border-color: #5C5146;
}
</style>