Shades of Judge Grey #5A534D
Tints of Judge Grey #5A534D
RGB
CMYK
RGB Variations
Color information
#5A534D (or 0x5A534D) is known color: Judge Grey. HEX triplet: 5A, 53 and 4D. RGB value is (90,83,77). Sum of RGB (Red+Green+Blue) = 90+83+77=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 90 - color contains mainly: red. Hex color #5A534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A534D is #A5ACB2. Grayscale: #545454. Windows color (decimal): -10857651 or 5067610. OLE color: 5067610.
HSL color Cylindrical-coordinate representation of color #5A534D: hue angle of 27.69º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A534D is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 77 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.65 |
| HSL | 27.69º | 0.08% | 0.33% | - |
| HSV(B) | 27.69º | 0.14% | 0.35% | - |
| XYZ | 8.65 | 8.9 | 8.28 | - |
| YUV | 84.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 77 | 0 | 0.08 | 0.14 | 0.65 | 27.69 | 0.08 | 0.33 |
| Hex | 5A | 53 | 4D | 0 | 8 | E | 41 | 1C | 8 | 21 |
| Octal | 132 | 123 | 115 | 0 | 10 | 16 | 101 | 34 | 10 | 41 |
| Binary | 1011010 | 1010011 | 1001101 | 0 | 1000 | 1110 | 1000001 | 11100 | 1000 | 100001 |
Color Harmonies of #5A534D
Complementary color
Monochromatic Colors of #5A534D
Black with #5A534D
Text Example
Text Example
White with #5A534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A534D; }
p { color: rgb(90,83,77); }
H1.HeaderClassName
{
color: #5A534D;
}
.AnyTagClassName
{
color: #5A534D;
}
</style>
background-color css
<style>
a { background-color: #5A534D; }
a { background-color: rgb(90,83,77); }
div.DivClassName
{
background-color: #5A534D;
}
.BgClassName
{
background-color: #5A534D;
}
</style>
border-color css
<style>
span { border-color: #5A534D; }
span { border-color: rgb(90,83,77); }
td.TdClassName
{
border-color: #5A534D;
}
.TagClassName
{
border-color: #5A534D;
}
</style>