Shades of Judge Grey #5A524B
Tints of Judge Grey #5A524B
RGB
CMYK
RGB Variations
Color information
#5A524B (or 0x5A524B) is known color: Judge Grey. HEX triplet: 5A, 52 and 4B. RGB value is (90,82,75). Sum of RGB (Red+Green+Blue) = 90+82+75=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 90 - color contains mainly: red. Hex color #5A524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A524B is #A5ADB4. Grayscale: #535353. Windows color (decimal): -10857909 or 4936282. OLE color: 4936282.
HSL color Cylindrical-coordinate representation of color #5A524B: hue angle of 28º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A524B is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 82 | 75 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.65 |
| HSL | 28º | 0.09% | 0.32% | - |
| HSV(B) | 28º | 0.17% | 0.35% | - |
| XYZ | 8.5 | 8.72 | 7.89 | - |
| YUV | 83.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 75 | 0 | 0.09 | 0.17 | 0.65 | 28 | 0.09 | 0.32 |
| Hex | 5A | 52 | 4B | 0 | 9 | 11 | 41 | 1C | 9 | 20 |
| Octal | 132 | 122 | 113 | 0 | 11 | 21 | 101 | 34 | 11 | 40 |
| Binary | 1011010 | 1010010 | 1001011 | 0 | 1001 | 10001 | 1000001 | 11100 | 1001 | 100000 |
Color Harmonies of #5A524B
Complementary color
Monochromatic Colors of #5A524B
Black with #5A524B
Text Example
Text Example
White with #5A524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A524B; }
p { color: rgb(90,82,75); }
H1.HeaderClassName
{
color: #5A524B;
}
.AnyTagClassName
{
color: #5A524B;
}
</style>
background-color css
<style>
a { background-color: #5A524B; }
a { background-color: rgb(90,82,75); }
div.DivClassName
{
background-color: #5A524B;
}
.BgClassName
{
background-color: #5A524B;
}
</style>
border-color css
<style>
span { border-color: #5A524B; }
span { border-color: rgb(90,82,75); }
td.TdClassName
{
border-color: #5A524B;
}
.TagClassName
{
border-color: #5A524B;
}
</style>