Shades of Judge Grey #5F5851
Tints of Judge Grey #5F5851
RGB
CMYK
RGB Variations
Color information
#5F5851 (or 0x5F5851) is known color: Judge Grey. HEX triplet: 5F, 58 and 51. RGB value is (95,88,81). Sum of RGB (Red+Green+Blue) = 95+88+81=264 (34% of max value = 765). Red value is 95 (37.5% from 255 or 35.98% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5851 is #A0A7AE. Grayscale: #595959. Windows color (decimal): -10528687 or 5331039. OLE color: 5331039.
HSL color Cylindrical-coordinate representation of color #5F5851: hue angle of 30º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F5851 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 88 | 81 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.63 |
| HSL | 30º | 0.08% | 0.35% | - |
| HSV(B) | 30º | 0.15% | 0.37% | - |
| XYZ | 9.69 | 10.01 | 9.21 | - |
| YUV | 89.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 81 | 0 | 0.07 | 0.15 | 0.63 | 30 | 0.08 | 0.35 |
| Hex | 5F | 58 | 51 | 0 | 7 | F | 3F | 1E | 8 | 23 |
| Octal | 137 | 130 | 121 | 0 | 7 | 17 | 77 | 36 | 10 | 43 |
| Binary | 1011111 | 1011000 | 1010001 | 0 | 111 | 1111 | 111111 | 11110 | 1000 | 100011 |
Color Harmonies of #5F5851
Complementary color
Monochromatic Colors of #5F5851
Black with #5F5851
Text Example
Text Example
White with #5F5851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5851; }
p { color: rgb(95,88,81); }
H1.HeaderClassName
{
color: #5F5851;
}
.AnyTagClassName
{
color: #5F5851;
}
</style>
background-color css
<style>
a { background-color: #5F5851; }
a { background-color: rgb(95,88,81); }
div.DivClassName
{
background-color: #5F5851;
}
.BgClassName
{
background-color: #5F5851;
}
</style>
border-color css
<style>
span { border-color: #5F5851; }
span { border-color: rgb(95,88,81); }
td.TdClassName
{
border-color: #5F5851;
}
.TagClassName
{
border-color: #5F5851;
}
</style>