Shades of Judge Grey #5E5448
Tints of Judge Grey #5E5448
RGB
CMYK
RGB Variations
Color information
#5E5448 (or 0x5E5448) is known color: Judge Grey. HEX triplet: 5E, 54 and 48. RGB value is (94,84,72). Sum of RGB (Red+Green+Blue) = 94+84+72=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5448 is #A1ABB7. Grayscale: #555555. Windows color (decimal): -10595256 or 4740190. OLE color: 4740190.
HSL color Cylindrical-coordinate representation of color #5E5448: hue angle of 32.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E5448 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 84 | 72 | - |
CMYK | 0 | 0.11 | 0.23 | 0.63 |
HSL | 32.73º | 0.13% | 0.33% | - |
HSV(B) | 32.73º | 0.23% | 0.37% | - |
XYZ | 8.96 | 9.19 | 7.43 | - |
YUV | 85.62 | 120.31 | 133.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 84 | 72 | 0 | 0.11 | 0.23 | 0.63 | 32.73 | 0.13 | 0.33 |
Hex | 5E | 54 | 48 | 0 | B | 17 | 3F | 21 | D | 21 |
Octal | 136 | 124 | 110 | 0 | 13 | 27 | 77 | 41 | 15 | 41 |
Binary | 1011110 | 1010100 | 1001000 | 0 | 1011 | 10111 | 111111 | 100001 | 1101 | 100001 |
Color Harmonies of #5E5448
Complementary color
Monochromatic Colors of #5E5448
Black with #5E5448
Text Example
Text Example
White with #5E5448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5448; }
p { color: rgb(94,84,72); }
H1.HeaderClassName
{
color: #5E5448;
}
.AnyTagClassName
{
color: #5E5448;
}
</style>
background-color css
<style>
a { background-color: #5E5448; }
a { background-color: rgb(94,84,72); }
div.DivClassName
{
background-color: #5E5448;
}
.BgClassName
{
background-color: #5E5448;
}
</style>
border-color css
<style>
span { border-color: #5E5448; }
span { border-color: rgb(94,84,72); }
td.TdClassName
{
border-color: #5E5448;
}
.TagClassName
{
border-color: #5E5448;
}
</style>