Shades of Judge Grey #5C5145
Tints of Judge Grey #5C5145
RGB
CMYK
RGB Variations
Color information
#5C5145 (or 0x5C5145) is known color: Judge Grey. HEX triplet: 5C, 51 and 45. RGB value is (92,81,69). Sum of RGB (Red+Green+Blue) = 92+81+69=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5145 is #A3AEBA. Grayscale: #525252. Windows color (decimal): -10727099 or 4542812. OLE color: 4542812.
HSL color Cylindrical-coordinate representation of color #5C5145: hue angle of 31.3º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C5145 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 81 | 69 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.64 |
| HSL | 31.3º | 0.14% | 0.32% | - |
| HSV(B) | 31.3º | 0.25% | 0.36% | - |
| XYZ | 8.43 | 8.59 | 6.84 | - |
| YUV | 82.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 69 | 0 | 0.12 | 0.25 | 0.64 | 31.3 | 0.14 | 0.32 |
| Hex | 5C | 51 | 45 | 0 | C | 19 | 40 | 1F | E | 20 |
| Octal | 134 | 121 | 105 | 0 | 14 | 31 | 100 | 37 | 16 | 40 |
| Binary | 1011100 | 1010001 | 1000101 | 0 | 1100 | 11001 | 1000000 | 11111 | 1110 | 100000 |
Color Harmonies of #5C5145
Complementary color
Monochromatic Colors of #5C5145
Black with #5C5145
Text Example
Text Example
White with #5C5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5145; }
p { color: rgb(92,81,69); }
H1.HeaderClassName
{
color: #5C5145;
}
.AnyTagClassName
{
color: #5C5145;
}
</style>
background-color css
<style>
a { background-color: #5C5145; }
a { background-color: rgb(92,81,69); }
div.DivClassName
{
background-color: #5C5145;
}
.BgClassName
{
background-color: #5C5145;
}
</style>
border-color css
<style>
span { border-color: #5C5145; }
span { border-color: rgb(92,81,69); }
td.TdClassName
{
border-color: #5C5145;
}
.TagClassName
{
border-color: #5C5145;
}
</style>