Shades of Judge Grey #595144
Tints of Judge Grey #595144
RGB
CMYK
RGB Variations
Color information
#595144 (or 0x595144) is known color: Judge Grey. HEX triplet: 59, 51 and 44. RGB value is (89,81,68). Sum of RGB (Red+Green+Blue) = 89+81+68=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #595144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595144 is #A6AEBB. Grayscale: #515151. Windows color (decimal): -10923708 or 4477273. OLE color: 4477273.
HSL color Cylindrical-coordinate representation of color #595144: hue angle of 37.14º 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 #595144 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 68 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.65 |
| HSL | 37.14º | 0.13% | 0.31% | - |
| HSV(B) | 37.14º | 0.24% | 0.35% | - |
| XYZ | 8.11 | 8.43 | 6.67 | - |
| YUV | 81.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 68 | 0 | 0.09 | 0.24 | 0.65 | 37.14 | 0.13 | 0.31 |
| Hex | 59 | 51 | 44 | 0 | 9 | 18 | 41 | 25 | D | 1F |
| Octal | 131 | 121 | 104 | 0 | 11 | 30 | 101 | 45 | 15 | 37 |
| Binary | 1011001 | 1010001 | 1000100 | 0 | 1001 | 11000 | 1000001 | 100101 | 1101 | 11111 |
Color Harmonies of #595144
Complementary color
Monochromatic Colors of #595144
Black with #595144
Text Example
Text Example
White with #595144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595144; }
p { color: rgb(89,81,68); }
H1.HeaderClassName
{
color: #595144;
}
.AnyTagClassName
{
color: #595144;
}
</style>
background-color css
<style>
a { background-color: #595144; }
a { background-color: rgb(89,81,68); }
div.DivClassName
{
background-color: #595144;
}
.BgClassName
{
background-color: #595144;
}
</style>
border-color css
<style>
span { border-color: #595144; }
span { border-color: rgb(89,81,68); }
td.TdClassName
{
border-color: #595144;
}
.TagClassName
{
border-color: #595144;
}
</style>