Shades of Judge Grey #59544E
Tints of Judge Grey #59544E
RGB
CMYK
RGB Variations
Color information
#59544E (or 0x59544E) is known color: Judge Grey. HEX triplet: 59, 54 and 4E. RGB value is (89,84,78). Sum of RGB (Red+Green+Blue) = 89+84+78=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 89 - color contains mainly: red. Hex color #59544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59544E is #A6ABB1. Grayscale: #545454. Windows color (decimal): -10922930 or 5133401. OLE color: 5133401.
HSL color Cylindrical-coordinate representation of color #59544E: hue angle of 32.73º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #59544E is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 84 | 78 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.65 |
| HSL | 32.73º | 0.07% | 0.33% | - |
| HSV(B) | 32.73º | 0.12% | 0.35% | - |
| XYZ | 8.67 | 9.01 | 8.49 | - |
| YUV | 84.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 78 | 0 | 0.06 | 0.12 | 0.65 | 32.73 | 0.07 | 0.33 |
| Hex | 59 | 54 | 4E | 0 | 6 | C | 41 | 21 | 7 | 21 |
| Octal | 131 | 124 | 116 | 0 | 6 | 14 | 101 | 41 | 7 | 41 |
| Binary | 1011001 | 1010100 | 1001110 | 0 | 110 | 1100 | 1000001 | 100001 | 111 | 100001 |
Color Harmonies of #59544E
Complementary color
Monochromatic Colors of #59544E
Black with #59544E
Text Example
Text Example
White with #59544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59544E; }
p { color: rgb(89,84,78); }
H1.HeaderClassName
{
color: #59544E;
}
.AnyTagClassName
{
color: #59544E;
}
</style>
background-color css
<style>
a { background-color: #59544E; }
a { background-color: rgb(89,84,78); }
div.DivClassName
{
background-color: #59544E;
}
.BgClassName
{
background-color: #59544E;
}
</style>
border-color css
<style>
span { border-color: #59544E; }
span { border-color: rgb(89,84,78); }
td.TdClassName
{
border-color: #59544E;
}
.TagClassName
{
border-color: #59544E;
}
</style>