Shades of Judge Grey #595044
Tints of Judge Grey #595044
RGB
CMYK
RGB Variations
Color information
#595044 (or 0x595044) is known color: Judge Grey. HEX triplet: 59, 50 and 44. RGB value is (89,80,68). Sum of RGB (Red+Green+Blue) = 89+80+68=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #595044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595044 is #A6AFBB. Grayscale: #515151. Windows color (decimal): -10923964 or 4477017. OLE color: 4477017.
HSL color Cylindrical-coordinate representation of color #595044: hue angle of 34.29º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #595044 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 80 | 68 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.65 |
| HSL | 34.29º | 0.13% | 0.31% | - |
| HSV(B) | 34.29º | 0.24% | 0.35% | - |
| XYZ | 8.03 | 8.28 | 6.64 | - |
| YUV | 81.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 68 | 0 | 0.10 | 0.24 | 0.65 | 34.29 | 0.13 | 0.31 |
| Hex | 59 | 50 | 44 | 0 | A | 18 | 41 | 22 | D | 1F |
| Octal | 131 | 120 | 104 | 0 | 12 | 30 | 101 | 42 | 15 | 37 |
| Binary | 1011001 | 1010000 | 1000100 | 0 | 1010 | 11000 | 1000001 | 100010 | 1101 | 11111 |
Color Harmonies of #595044
Complementary color
Monochromatic Colors of #595044
Black with #595044
Text Example
Text Example
White with #595044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595044; }
p { color: rgb(89,80,68); }
H1.HeaderClassName
{
color: #595044;
}
.AnyTagClassName
{
color: #595044;
}
</style>
background-color css
<style>
a { background-color: #595044; }
a { background-color: rgb(89,80,68); }
div.DivClassName
{
background-color: #595044;
}
.BgClassName
{
background-color: #595044;
}
</style>
border-color css
<style>
span { border-color: #595044; }
span { border-color: rgb(89,80,68); }
td.TdClassName
{
border-color: #595044;
}
.TagClassName
{
border-color: #595044;
}
</style>