Shades of Judge Grey #59544F
Tints of Judge Grey #59544F
RGB
CMYK
RGB Variations
Color information
#59544F (or 0x59544F) is known color: Judge Grey. HEX triplet: 59, 54 and 4F. RGB value is (89,84,79). Sum of RGB (Red+Green+Blue) = 89+84+79=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 89 - color contains mainly: red. Hex color #59544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59544F is #A6ABB0. Grayscale: #545454. Windows color (decimal): -10922929 or 5198937. OLE color: 5198937.
HSL color Cylindrical-coordinate representation of color #59544F: hue angle of 30º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #59544F is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 84 | 79 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.65 |
| HSL | 30º | 0.06% | 0.33% | - |
| HSV(B) | 30º | 0.11% | 0.35% | - |
| XYZ | 8.7 | 9.03 | 8.68 | - |
| YUV | 84.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 79 | 0 | 0.06 | 0.11 | 0.65 | 30 | 0.06 | 0.33 |
| Hex | 59 | 54 | 4F | 0 | 6 | B | 41 | 1E | 6 | 21 |
| Octal | 131 | 124 | 117 | 0 | 6 | 13 | 101 | 36 | 6 | 41 |
| Binary | 1011001 | 1010100 | 1001111 | 0 | 110 | 1011 | 1000001 | 11110 | 110 | 100001 |
Color Harmonies of #59544F
Complementary color
Monochromatic Colors of #59544F
Black with #59544F
Text Example
Text Example
White with #59544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59544F; }
p { color: rgb(89,84,79); }
H1.HeaderClassName
{
color: #59544F;
}
.AnyTagClassName
{
color: #59544F;
}
</style>
background-color css
<style>
a { background-color: #59544F; }
a { background-color: rgb(89,84,79); }
div.DivClassName
{
background-color: #59544F;
}
.BgClassName
{
background-color: #59544F;
}
</style>
border-color css
<style>
span { border-color: #59544F; }
span { border-color: rgb(89,84,79); }
td.TdClassName
{
border-color: #59544F;
}
.TagClassName
{
border-color: #59544F;
}
</style>