Shades of Judge Grey #5C5349
Tints of Judge Grey #5C5349
RGB
CMYK
RGB Variations
Color information
#5C5349 (or 0x5C5349) is known color: Judge Grey. HEX triplet: 5C, 53 and 49. RGB value is (92,83,73). Sum of RGB (Red+Green+Blue) = 92+83+73=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5349 is #A3ACB6. Grayscale: #545454. Windows color (decimal): -10726583 or 4805468. OLE color: 4805468.
HSL color Cylindrical-coordinate representation of color #5C5349: hue angle of 31.58º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C5349 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 83 | 73 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.64 |
| HSL | 31.58º | 0.12% | 0.32% | - |
| HSV(B) | 31.58º | 0.21% | 0.36% | - |
| XYZ | 8.71 | 8.94 | 7.57 | - |
| YUV | 84.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 73 | 0 | 0.10 | 0.21 | 0.64 | 31.58 | 0.12 | 0.32 |
| Hex | 5C | 53 | 49 | 0 | A | 15 | 40 | 20 | C | 20 |
| Octal | 134 | 123 | 111 | 0 | 12 | 25 | 100 | 40 | 14 | 40 |
| Binary | 1011100 | 1010011 | 1001001 | 0 | 1010 | 10101 | 1000000 | 100000 | 1100 | 100000 |
Color Harmonies of #5C5349
Complementary color
Monochromatic Colors of #5C5349
Black with #5C5349
Text Example
Text Example
White with #5C5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5349; }
p { color: rgb(92,83,73); }
H1.HeaderClassName
{
color: #5C5349;
}
.AnyTagClassName
{
color: #5C5349;
}
</style>
background-color css
<style>
a { background-color: #5C5349; }
a { background-color: rgb(92,83,73); }
div.DivClassName
{
background-color: #5C5349;
}
.BgClassName
{
background-color: #5C5349;
}
</style>
border-color css
<style>
span { border-color: #5C5349; }
span { border-color: rgb(92,83,73); }
td.TdClassName
{
border-color: #5C5349;
}
.TagClassName
{
border-color: #5C5349;
}
</style>