Shades of Judge Grey #58524C
Tints of Judge Grey #58524C
RGB
CMYK
RGB Variations
Color information
#58524C (or 0x58524C) is known color: Judge Grey. HEX triplet: 58, 52 and 4C. RGB value is (88,82,76). Sum of RGB (Red+Green+Blue) = 88+82+76=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 88 - color contains mainly: red. Hex color #58524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58524C is #A7ADB3. Grayscale: #535353. Windows color (decimal): -10988980 or 5001816. OLE color: 5001816.
HSL color Cylindrical-coordinate representation of color #58524C: hue angle of 30º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #58524C is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 82 | 76 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.65 |
| HSL | 30º | 0.07% | 0.32% | - |
| HSV(B) | 30º | 0.14% | 0.35% | - |
| XYZ | 8.35 | 8.63 | 8.06 | - |
| YUV | 83.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 76 | 0 | 0.07 | 0.14 | 0.65 | 30 | 0.07 | 0.32 |
| Hex | 58 | 52 | 4C | 0 | 7 | E | 41 | 1E | 7 | 20 |
| Octal | 130 | 122 | 114 | 0 | 7 | 16 | 101 | 36 | 7 | 40 |
| Binary | 1011000 | 1010010 | 1001100 | 0 | 111 | 1110 | 1000001 | 11110 | 111 | 100000 |
Color Harmonies of #58524C
Complementary color
Monochromatic Colors of #58524C
Black with #58524C
Text Example
Text Example
White with #58524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58524C; }
p { color: rgb(88,82,76); }
H1.HeaderClassName
{
color: #58524C;
}
.AnyTagClassName
{
color: #58524C;
}
</style>
background-color css
<style>
a { background-color: #58524C; }
a { background-color: rgb(88,82,76); }
div.DivClassName
{
background-color: #58524C;
}
.BgClassName
{
background-color: #58524C;
}
</style>
border-color css
<style>
span { border-color: #58524C; }
span { border-color: rgb(88,82,76); }
td.TdClassName
{
border-color: #58524C;
}
.TagClassName
{
border-color: #58524C;
}
</style>