Shades of Judge Grey #5A534B
Tints of Judge Grey #5A534B
RGB
CMYK
RGB Variations
Color information
#5A534B (or 0x5A534B) is known color: Judge Grey. HEX triplet: 5A, 53 and 4B. RGB value is (90,83,75). Sum of RGB (Red+Green+Blue) = 90+83+75=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 90 - color contains mainly: red. Hex color #5A534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A534B is #A5ACB4. Grayscale: #545454. Windows color (decimal): -10857653 or 4936538. OLE color: 4936538.
HSL color Cylindrical-coordinate representation of color #5A534B: hue angle of 32º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A534B is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 75 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.65 |
| HSL | 32º | 0.09% | 0.32% | - |
| HSV(B) | 32º | 0.17% | 0.35% | - |
| XYZ | 8.58 | 8.87 | 7.92 | - |
| YUV | 84.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 75 | 0 | 0.08 | 0.17 | 0.65 | 32 | 0.09 | 0.32 |
| Hex | 5A | 53 | 4B | 0 | 8 | 11 | 41 | 20 | 9 | 20 |
| Octal | 132 | 123 | 113 | 0 | 10 | 21 | 101 | 40 | 11 | 40 |
| Binary | 1011010 | 1010011 | 1001011 | 0 | 1000 | 10001 | 1000001 | 100000 | 1001 | 100000 |
Color Harmonies of #5A534B
Complementary color
Monochromatic Colors of #5A534B
Black with #5A534B
Text Example
Text Example
White with #5A534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A534B; }
p { color: rgb(90,83,75); }
H1.HeaderClassName
{
color: #5A534B;
}
.AnyTagClassName
{
color: #5A534B;
}
</style>
background-color css
<style>
a { background-color: #5A534B; }
a { background-color: rgb(90,83,75); }
div.DivClassName
{
background-color: #5A534B;
}
.BgClassName
{
background-color: #5A534B;
}
</style>
border-color css
<style>
span { border-color: #5A534B; }
span { border-color: rgb(90,83,75); }
td.TdClassName
{
border-color: #5A534B;
}
.TagClassName
{
border-color: #5A534B;
}
</style>