Shades of Judge Grey #5B544B
Tints of Judge Grey #5B544B
RGB
CMYK
RGB Variations
Color information
#5B544B (or 0x5B544B) is known color: Judge Grey. HEX triplet: 5B, 54 and 4B. RGB value is (91,84,75). Sum of RGB (Red+Green+Blue) = 91+84+75=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 91 - color contains mainly: red. Hex color #5B544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B544B is #A4ABB4. Grayscale: #555555. Windows color (decimal): -10791861 or 4936795. OLE color: 4936795.
HSL color Cylindrical-coordinate representation of color #5B544B: hue angle of 33.75º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B544B is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 84 | 75 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.64 |
| HSL | 33.75º | 0.1% | 0.33% | - |
| HSV(B) | 33.75º | 0.18% | 0.36% | - |
| XYZ | 8.75 | 9.07 | 7.95 | - |
| YUV | 85.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 75 | 0 | 0.08 | 0.18 | 0.64 | 33.75 | 0.1 | 0.33 |
| Hex | 5B | 54 | 4B | 0 | 8 | 12 | 40 | 22 | A | 21 |
| Octal | 133 | 124 | 113 | 0 | 10 | 22 | 100 | 42 | 12 | 41 |
| Binary | 1011011 | 1010100 | 1001011 | 0 | 1000 | 10010 | 1000000 | 100010 | 1010 | 100001 |
Color Harmonies of #5B544B
Complementary color
Monochromatic Colors of #5B544B
Black with #5B544B
Text Example
Text Example
White with #5B544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B544B; }
p { color: rgb(91,84,75); }
H1.HeaderClassName
{
color: #5B544B;
}
.AnyTagClassName
{
color: #5B544B;
}
</style>
background-color css
<style>
a { background-color: #5B544B; }
a { background-color: rgb(91,84,75); }
div.DivClassName
{
background-color: #5B544B;
}
.BgClassName
{
background-color: #5B544B;
}
</style>
border-color css
<style>
span { border-color: #5B544B; }
span { border-color: rgb(91,84,75); }
td.TdClassName
{
border-color: #5B544B;
}
.TagClassName
{
border-color: #5B544B;
}
</style>