Shades of Judge Grey #55514D
Tints of Judge Grey #55514D
RGB
CMYK
RGB Variations
Color information
#55514D (or 0x55514D) is known color: Judge Grey. HEX triplet: 55, 51 and 4D. RGB value is (85,81,77). Sum of RGB (Red+Green+Blue) = 85+81+77=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 85 - color contains mainly: red. Hex color #55514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55514D is #AAAEB2. Grayscale: #515151. Windows color (decimal): -11185843 or 5067093. OLE color: 5067093.
HSL color Cylindrical-coordinate representation of color #55514D: hue angle of 30º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #55514D is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 77 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.67 |
| HSL | 30º | 0.05% | 0.32% | - |
| HSV(B) | 30º | 0.09% | 0.33% | - |
| XYZ | 8.03 | 8.35 | 8.21 | - |
| YUV | 81.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 77 | 0 | 0.05 | 0.09 | 0.67 | 30 | 0.05 | 0.32 |
| Hex | 55 | 51 | 4D | 0 | 5 | 9 | 43 | 1E | 5 | 20 |
| Octal | 125 | 121 | 115 | 0 | 5 | 11 | 103 | 36 | 5 | 40 |
| Binary | 1010101 | 1010001 | 1001101 | 0 | 101 | 1001 | 1000011 | 11110 | 101 | 100000 |
Color Harmonies of #55514D
Complementary color
Monochromatic Colors of #55514D
Black with #55514D
Text Example
Text Example
White with #55514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55514D; }
p { color: rgb(85,81,77); }
H1.HeaderClassName
{
color: #55514D;
}
.AnyTagClassName
{
color: #55514D;
}
</style>
background-color css
<style>
a { background-color: #55514D; }
a { background-color: rgb(85,81,77); }
div.DivClassName
{
background-color: #55514D;
}
.BgClassName
{
background-color: #55514D;
}
</style>
border-color css
<style>
span { border-color: #55514D; }
span { border-color: rgb(85,81,77); }
td.TdClassName
{
border-color: #55514D;
}
.TagClassName
{
border-color: #55514D;
}
</style>