Shades of Judge Grey #5C5853
Tints of Judge Grey #5C5853
RGB
CMYK
RGB Variations
Color information
#5C5853 (or 0x5C5853) is known color: Judge Grey. HEX triplet: 5C, 58 and 53. RGB value is (92,88,83). Sum of RGB (Red+Green+Blue) = 92+88+83=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5853 is #A3A7AC. Grayscale: #585858. Windows color (decimal): -10725293 or 5462108. OLE color: 5462108.
HSL color Cylindrical-coordinate representation of color #5C5853: hue angle of 33.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5C5853 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 88 | 83 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.64 |
| HSL | 33.33º | 0.05% | 0.34% | - |
| HSV(B) | 33.33º | 0.1% | 0.36% | - |
| XYZ | 9.46 | 9.88 | 9.59 | - |
| YUV | 88.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 83 | 0 | 0.04 | 0.10 | 0.64 | 33.33 | 0.05 | 0.34 |
| Hex | 5C | 58 | 53 | 0 | 4 | A | 40 | 21 | 5 | 22 |
| Octal | 134 | 130 | 123 | 0 | 4 | 12 | 100 | 41 | 5 | 42 |
| Binary | 1011100 | 1011000 | 1010011 | 0 | 100 | 1010 | 1000000 | 100001 | 101 | 100010 |
Color Harmonies of #5C5853
Complementary color
Monochromatic Colors of #5C5853
Black with #5C5853
Text Example
Text Example
White with #5C5853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5853; }
p { color: rgb(92,88,83); }
H1.HeaderClassName
{
color: #5C5853;
}
.AnyTagClassName
{
color: #5C5853;
}
</style>
background-color css
<style>
a { background-color: #5C5853; }
a { background-color: rgb(92,88,83); }
div.DivClassName
{
background-color: #5C5853;
}
.BgClassName
{
background-color: #5C5853;
}
</style>
border-color css
<style>
span { border-color: #5C5853; }
span { border-color: rgb(92,88,83); }
td.TdClassName
{
border-color: #5C5853;
}
.TagClassName
{
border-color: #5C5853;
}
</style>