Shades of Judge Grey #58534E
Tints of Judge Grey #58534E
RGB
CMYK
RGB Variations
Color information
#58534E (or 0x58534E) is known color: Judge Grey. HEX triplet: 58, 53 and 4E. RGB value is (88,83,78). Sum of RGB (Red+Green+Blue) = 88+83+78=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 88 - color contains mainly: red. Hex color #58534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58534E is #A7ACB1. Grayscale: #535353. Windows color (decimal): -10988722 or 5133144. OLE color: 5133144.
HSL color Cylindrical-coordinate representation of color #58534E: hue angle of 30º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #58534E is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 78 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.65 |
| HSL | 30º | 0.06% | 0.33% | - |
| HSV(B) | 30º | 0.11% | 0.35% | - |
| XYZ | 8.49 | 8.81 | 8.46 | - |
| YUV | 83.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 78 | 0 | 0.06 | 0.11 | 0.65 | 30 | 0.06 | 0.33 |
| Hex | 58 | 53 | 4E | 0 | 6 | B | 41 | 1E | 6 | 21 |
| Octal | 130 | 123 | 116 | 0 | 6 | 13 | 101 | 36 | 6 | 41 |
| Binary | 1011000 | 1010011 | 1001110 | 0 | 110 | 1011 | 1000001 | 11110 | 110 | 100001 |
Color Harmonies of #58534E
Complementary color
Monochromatic Colors of #58534E
Black with #58534E
Text Example
Text Example
White with #58534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58534E; }
p { color: rgb(88,83,78); }
H1.HeaderClassName
{
color: #58534E;
}
.AnyTagClassName
{
color: #58534E;
}
</style>
background-color css
<style>
a { background-color: #58534E; }
a { background-color: rgb(88,83,78); }
div.DivClassName
{
background-color: #58534E;
}
.BgClassName
{
background-color: #58534E;
}
</style>
border-color css
<style>
span { border-color: #58534E; }
span { border-color: rgb(88,83,78); }
td.TdClassName
{
border-color: #58534E;
}
.TagClassName
{
border-color: #58534E;
}
</style>