Shades of Judge Grey #5A544D
Tints of Judge Grey #5A544D
RGB
CMYK
RGB Variations
Color information
#5A544D (or 0x5A544D) is known color: Judge Grey. HEX triplet: 5A, 54 and 4D. RGB value is (90,84,77). Sum of RGB (Red+Green+Blue) = 90+84+77=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 90 - color contains mainly: red. Hex color #5A544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A544D is #A5ABB2. Grayscale: #555555. Windows color (decimal): -10857395 or 5067866. OLE color: 5067866.
HSL color Cylindrical-coordinate representation of color #5A544D: hue angle of 32.31º 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 #5A544D is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 77 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.65 |
| HSL | 32.31º | 0.08% | 0.33% | - |
| HSV(B) | 32.31º | 0.14% | 0.35% | - |
| XYZ | 8.73 | 9.05 | 8.31 | - |
| YUV | 85 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 77 | 0 | 0.07 | 0.14 | 0.65 | 32.31 | 0.08 | 0.33 |
| Hex | 5A | 54 | 4D | 0 | 7 | E | 41 | 20 | 8 | 21 |
| Octal | 132 | 124 | 115 | 0 | 7 | 16 | 101 | 40 | 10 | 41 |
| Binary | 1011010 | 1010100 | 1001101 | 0 | 111 | 1110 | 1000001 | 100000 | 1000 | 100001 |
Color Harmonies of #5A544D
Complementary color
Monochromatic Colors of #5A544D
Black with #5A544D
Text Example
Text Example
White with #5A544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A544D; }
p { color: rgb(90,84,77); }
H1.HeaderClassName
{
color: #5A544D;
}
.AnyTagClassName
{
color: #5A544D;
}
</style>
background-color css
<style>
a { background-color: #5A544D; }
a { background-color: rgb(90,84,77); }
div.DivClassName
{
background-color: #5A544D;
}
.BgClassName
{
background-color: #5A544D;
}
</style>
border-color css
<style>
span { border-color: #5A544D; }
span { border-color: rgb(90,84,77); }
td.TdClassName
{
border-color: #5A544D;
}
.TagClassName
{
border-color: #5A544D;
}
</style>