Shades of Judge Grey #5B534C
Tints of Judge Grey #5B534C
RGB
CMYK
RGB Variations
Color information
#5B534C (or 0x5B534C) is known color: Judge Grey. HEX triplet: 5B, 53 and 4C. RGB value is (91,83,76). Sum of RGB (Red+Green+Blue) = 91+83+76=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 91 - color contains mainly: red. Hex color #5B534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B534C is #A4ACB3. Grayscale: #545454. Windows color (decimal): -10792116 or 5002075. OLE color: 5002075.
HSL color Cylindrical-coordinate representation of color #5B534C: hue angle of 28º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5B534C is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 76 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.64 |
| HSL | 28º | 0.09% | 0.33% | - |
| HSV(B) | 28º | 0.16% | 0.36% | - |
| XYZ | 8.71 | 8.93 | 8.1 | - |
| YUV | 84.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 76 | 0 | 0.09 | 0.16 | 0.64 | 28 | 0.09 | 0.33 |
| Hex | 5B | 53 | 4C | 0 | 9 | 10 | 40 | 1C | 9 | 21 |
| Octal | 133 | 123 | 114 | 0 | 11 | 20 | 100 | 34 | 11 | 41 |
| Binary | 1011011 | 1010011 | 1001100 | 0 | 1001 | 10000 | 1000000 | 11100 | 1001 | 100001 |
Color Harmonies of #5B534C
Complementary color
Monochromatic Colors of #5B534C
Black with #5B534C
Text Example
Text Example
White with #5B534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B534C; }
p { color: rgb(91,83,76); }
H1.HeaderClassName
{
color: #5B534C;
}
.AnyTagClassName
{
color: #5B534C;
}
</style>
background-color css
<style>
a { background-color: #5B534C; }
a { background-color: rgb(91,83,76); }
div.DivClassName
{
background-color: #5B534C;
}
.BgClassName
{
background-color: #5B534C;
}
</style>
border-color css
<style>
span { border-color: #5B534C; }
span { border-color: rgb(91,83,76); }
td.TdClassName
{
border-color: #5B534C;
}
.TagClassName
{
border-color: #5B534C;
}
</style>