Shades of Judge Grey #5F5547
Tints of Judge Grey #5F5547
RGB
CMYK
RGB Variations
Color information
#5F5547 (or 0x5F5547) is known color: Judge Grey. HEX triplet: 5F, 55 and 47. RGB value is (95,85,71). Sum of RGB (Red+Green+Blue) = 95+85+71=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5547 is #A0AAB8. Grayscale: #565656. Windows color (decimal): -10529465 or 4674911. OLE color: 4674911.
HSL color Cylindrical-coordinate representation of color #5F5547: hue angle of 35º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F5547 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 85 | 71 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.63 |
| HSL | 35º | 0.14% | 0.33% | - |
| HSV(B) | 35º | 0.25% | 0.37% | - |
| XYZ | 9.11 | 9.38 | 7.29 | - |
| YUV | 86.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 85 | 71 | 0 | 0.11 | 0.25 | 0.63 | 35 | 0.14 | 0.33 |
| Hex | 5F | 55 | 47 | 0 | B | 19 | 3F | 23 | E | 21 |
| Octal | 137 | 125 | 107 | 0 | 13 | 31 | 77 | 43 | 16 | 41 |
| Binary | 1011111 | 1010101 | 1000111 | 0 | 1011 | 11001 | 111111 | 100011 | 1110 | 100001 |
Color Harmonies of #5F5547
Complementary color
Monochromatic Colors of #5F5547
Black with #5F5547
Text Example
Text Example
White with #5F5547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5547; }
p { color: rgb(95,85,71); }
H1.HeaderClassName
{
color: #5F5547;
}
.AnyTagClassName
{
color: #5F5547;
}
</style>
background-color css
<style>
a { background-color: #5F5547; }
a { background-color: rgb(95,85,71); }
div.DivClassName
{
background-color: #5F5547;
}
.BgClassName
{
background-color: #5F5547;
}
</style>
border-color css
<style>
span { border-color: #5F5547; }
span { border-color: rgb(95,85,71); }
td.TdClassName
{
border-color: #5F5547;
}
.TagClassName
{
border-color: #5F5547;
}
</style>