Shades of Judge Grey #595045
Tints of Judge Grey #595045
RGB
CMYK
RGB Variations
Color information
#595045 (or 0x595045) is known color: Judge Grey. HEX triplet: 59, 50 and 45. RGB value is (89,80,69). Sum of RGB (Red+Green+Blue) = 89+80+69=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #595045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595045 is #A6AFBA. Grayscale: #515151. Windows color (decimal): -10923963 or 4542553. OLE color: 4542553.
HSL color Cylindrical-coordinate representation of color #595045: hue angle of 33º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #595045 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 80 | 69 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.65 |
| HSL | 33º | 0.13% | 0.31% | - |
| HSV(B) | 33º | 0.22% | 0.35% | - |
| XYZ | 8.06 | 8.29 | 6.81 | - |
| YUV | 81.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 69 | 0 | 0.10 | 0.22 | 0.65 | 33 | 0.13 | 0.31 |
| Hex | 59 | 50 | 45 | 0 | A | 16 | 41 | 21 | D | 1F |
| Octal | 131 | 120 | 105 | 0 | 12 | 26 | 101 | 41 | 15 | 37 |
| Binary | 1011001 | 1010000 | 1000101 | 0 | 1010 | 10110 | 1000001 | 100001 | 1101 | 11111 |
Color Harmonies of #595045
Complementary color
Monochromatic Colors of #595045
Black with #595045
Text Example
Text Example
White with #595045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595045; }
p { color: rgb(89,80,69); }
H1.HeaderClassName
{
color: #595045;
}
.AnyTagClassName
{
color: #595045;
}
</style>
background-color css
<style>
a { background-color: #595045; }
a { background-color: rgb(89,80,69); }
div.DivClassName
{
background-color: #595045;
}
.BgClassName
{
background-color: #595045;
}
</style>
border-color css
<style>
span { border-color: #595045; }
span { border-color: rgb(89,80,69); }
td.TdClassName
{
border-color: #595045;
}
.TagClassName
{
border-color: #595045;
}
</style>