Shades of Judge Grey #5C5447
Tints of Judge Grey #5C5447
RGB
CMYK
RGB Variations
Color information
#5C5447 (or 0x5C5447) is known color: Judge Grey. HEX triplet: 5C, 54 and 47. RGB value is (92,84,71). Sum of RGB (Red+Green+Blue) = 92+84+71=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5447 is #A3ABB8. Grayscale: #545454. Windows color (decimal): -10726329 or 4674652. OLE color: 4674652.
HSL color Cylindrical-coordinate representation of color #5C5447: 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 #5C5447 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 84 | 71 | - |
| 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.72 | 9.07 | 7.25 | - |
| YUV | 84.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 71 | 0 | 0.09 | 0.23 | 0.64 | 37.14 | 0.13 | 0.32 |
| Hex | 5C | 54 | 47 | 0 | 9 | 17 | 40 | 25 | D | 20 |
| Octal | 134 | 124 | 107 | 0 | 11 | 27 | 100 | 45 | 15 | 40 |
| Binary | 1011100 | 1010100 | 1000111 | 0 | 1001 | 10111 | 1000000 | 100101 | 1101 | 100000 |
Color Harmonies of #5C5447
Complementary color
Monochromatic Colors of #5C5447
Black with #5C5447
Text Example
Text Example
White with #5C5447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5447; }
p { color: rgb(92,84,71); }
H1.HeaderClassName
{
color: #5C5447;
}
.AnyTagClassName
{
color: #5C5447;
}
</style>
background-color css
<style>
a { background-color: #5C5447; }
a { background-color: rgb(92,84,71); }
div.DivClassName
{
background-color: #5C5447;
}
.BgClassName
{
background-color: #5C5447;
}
</style>
border-color css
<style>
span { border-color: #5C5447; }
span { border-color: rgb(92,84,71); }
td.TdClassName
{
border-color: #5C5447;
}
.TagClassName
{
border-color: #5C5447;
}
</style>