Shades of Judge Grey #59534D
Tints of Judge Grey #59534D
RGB
CMYK
RGB Variations
Color information
#59534D (or 0x59534D) is known color: Judge Grey. HEX triplet: 59, 53 and 4D. RGB value is (89,83,77). Sum of RGB (Red+Green+Blue) = 89+83+77=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #59534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59534D is #A6ACB2. Grayscale: #545454. Windows color (decimal): -10923187 or 5067609. OLE color: 5067609.
HSL color Cylindrical-coordinate representation of color #59534D: hue angle of 30º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #59534D is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 83 | 77 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.65 |
| HSL | 30º | 0.07% | 0.33% | - |
| HSV(B) | 30º | 0.13% | 0.35% | - |
| XYZ | 8.55 | 8.85 | 8.28 | - |
| YUV | 84.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 77 | 0 | 0.07 | 0.13 | 0.65 | 30 | 0.07 | 0.33 |
| Hex | 59 | 53 | 4D | 0 | 7 | D | 41 | 1E | 7 | 21 |
| Octal | 131 | 123 | 115 | 0 | 7 | 15 | 101 | 36 | 7 | 41 |
| Binary | 1011001 | 1010011 | 1001101 | 0 | 111 | 1101 | 1000001 | 11110 | 111 | 100001 |
Color Harmonies of #59534D
Complementary color
Monochromatic Colors of #59534D
Black with #59534D
Text Example
Text Example
White with #59534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59534D; }
p { color: rgb(89,83,77); }
H1.HeaderClassName
{
color: #59534D;
}
.AnyTagClassName
{
color: #59534D;
}
</style>
background-color css
<style>
a { background-color: #59534D; }
a { background-color: rgb(89,83,77); }
div.DivClassName
{
background-color: #59534D;
}
.BgClassName
{
background-color: #59534D;
}
</style>
border-color css
<style>
span { border-color: #59534D; }
span { border-color: rgb(89,83,77); }
td.TdClassName
{
border-color: #59534D;
}
.TagClassName
{
border-color: #59534D;
}
</style>