Shades of Judge Grey #5F544A
Tints of Judge Grey #5F544A
RGB
CMYK
RGB Variations
Color information
#5F544A (or 0x5F544A) is known color: Judge Grey. HEX triplet: 5F, 54 and 4A. RGB value is (95,84,74). Sum of RGB (Red+Green+Blue) = 95+84+74=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 95 - color contains mainly: red. Hex color #5F544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F544A is #A0ABB5. Grayscale: #565656. Windows color (decimal): -10529718 or 4871263. OLE color: 4871263.
HSL color Cylindrical-coordinate representation of color #5F544A: hue angle of 28.57º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F544A is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 84 | 74 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.63 |
| HSL | 28.57º | 0.12% | 0.33% | - |
| HSV(B) | 28.57º | 0.22% | 0.37% | - |
| XYZ | 9.13 | 9.27 | 7.79 | - |
| YUV | 86.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 84 | 74 | 0 | 0.12 | 0.22 | 0.63 | 28.57 | 0.12 | 0.33 |
| Hex | 5F | 54 | 4A | 0 | C | 16 | 3F | 1D | C | 21 |
| Octal | 137 | 124 | 112 | 0 | 14 | 26 | 77 | 35 | 14 | 41 |
| Binary | 1011111 | 1010100 | 1001010 | 0 | 1100 | 10110 | 111111 | 11101 | 1100 | 100001 |
Color Harmonies of #5F544A
Complementary color
Monochromatic Colors of #5F544A
Black with #5F544A
Text Example
Text Example
White with #5F544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F544A; }
p { color: rgb(95,84,74); }
H1.HeaderClassName
{
color: #5F544A;
}
.AnyTagClassName
{
color: #5F544A;
}
</style>
background-color css
<style>
a { background-color: #5F544A; }
a { background-color: rgb(95,84,74); }
div.DivClassName
{
background-color: #5F544A;
}
.BgClassName
{
background-color: #5F544A;
}
</style>
border-color css
<style>
span { border-color: #5F544A; }
span { border-color: rgb(95,84,74); }
td.TdClassName
{
border-color: #5F544A;
}
.TagClassName
{
border-color: #5F544A;
}
</style>