Shades of Judge Grey #5A5147
Tints of Judge Grey #5A5147
RGB
CMYK
RGB Variations
Color information
#5A5147 (or 0x5A5147) is known color: Judge Grey. HEX triplet: 5A, 51 and 47. RGB value is (90,81,71). Sum of RGB (Red+Green+Blue) = 90+81+71=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5147 is #A5AEB8. Grayscale: #525252. Windows color (decimal): -10858169 or 4673882. OLE color: 4673882.
HSL color Cylindrical-coordinate representation of color #5A5147: hue angle of 31.58º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A5147 is Cyan = 0, Magento = 0.1, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 71 | - |
| CMYK | 0 | 0.1 | 0.21 | 0.65 |
| HSL | 31.58º | 0.12% | 0.32% | - |
| HSV(B) | 31.58º | 0.21% | 0.35% | - |
| XYZ | 8.3 | 8.51 | 7.17 | - |
| YUV | 82.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 71 | 0 | 0.1 | 0.21 | 0.65 | 31.58 | 0.12 | 0.32 |
| Hex | 5A | 51 | 47 | 0 | A | 15 | 41 | 20 | C | 20 |
| Octal | 132 | 121 | 107 | 0 | 12 | 25 | 101 | 40 | 14 | 40 |
| Binary | 1011010 | 1010001 | 1000111 | 0 | 1010 | 10101 | 1000001 | 100000 | 1100 | 100000 |
Color Harmonies of #5A5147
Complementary color
Monochromatic Colors of #5A5147
Black with #5A5147
Text Example
Text Example
White with #5A5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5147; }
p { color: rgb(90,81,71); }
H1.HeaderClassName
{
color: #5A5147;
}
.AnyTagClassName
{
color: #5A5147;
}
</style>
background-color css
<style>
a { background-color: #5A5147; }
a { background-color: rgb(90,81,71); }
div.DivClassName
{
background-color: #5A5147;
}
.BgClassName
{
background-color: #5A5147;
}
</style>
border-color css
<style>
span { border-color: #5A5147; }
span { border-color: rgb(90,81,71); }
td.TdClassName
{
border-color: #5A5147;
}
.TagClassName
{
border-color: #5A5147;
}
</style>