Shades of Judge Grey #5A5349
Tints of Judge Grey #5A5349
RGB
CMYK
RGB Variations
Color information
#5A5349 (or 0x5A5349) is known color: Judge Grey. HEX triplet: 5A, 53 and 49. RGB value is (90,83,73). Sum of RGB (Red+Green+Blue) = 90+83+73=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5349 is #A5ACB6. Grayscale: #545454. Windows color (decimal): -10857655 or 4805466. OLE color: 4805466.
HSL color Cylindrical-coordinate representation of color #5A5349: hue angle of 35.29º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A5349 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 73 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.65 |
| HSL | 35.29º | 0.1% | 0.32% | - |
| HSV(B) | 35.29º | 0.19% | 0.35% | - |
| XYZ | 8.51 | 8.84 | 7.56 | - |
| YUV | 83.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 73 | 0 | 0.08 | 0.19 | 0.65 | 35.29 | 0.1 | 0.32 |
| Hex | 5A | 53 | 49 | 0 | 8 | 13 | 41 | 23 | A | 20 |
| Octal | 132 | 123 | 111 | 0 | 10 | 23 | 101 | 43 | 12 | 40 |
| Binary | 1011010 | 1010011 | 1001001 | 0 | 1000 | 10011 | 1000001 | 100011 | 1010 | 100000 |
Color Harmonies of #5A5349
Complementary color
Monochromatic Colors of #5A5349
Black with #5A5349
Text Example
Text Example
White with #5A5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5349; }
p { color: rgb(90,83,73); }
H1.HeaderClassName
{
color: #5A5349;
}
.AnyTagClassName
{
color: #5A5349;
}
</style>
background-color css
<style>
a { background-color: #5A5349; }
a { background-color: rgb(90,83,73); }
div.DivClassName
{
background-color: #5A5349;
}
.BgClassName
{
background-color: #5A5349;
}
</style>
border-color css
<style>
span { border-color: #5A5349; }
span { border-color: rgb(90,83,73); }
td.TdClassName
{
border-color: #5A5349;
}
.TagClassName
{
border-color: #5A5349;
}
</style>