Shades of Judge Grey #55524F
Tints of Judge Grey #55524F
RGB
CMYK
RGB Variations
Color information
#55524F (or 0x55524F) is known color: Judge Grey. HEX triplet: 55, 52 and 4F. RGB value is (85,82,79). Sum of RGB (Red+Green+Blue) = 85+82+79=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 85 - color contains mainly: red. Hex color #55524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55524F is #AAADB0. Grayscale: #525252. Windows color (decimal): -11185585 or 5198421. OLE color: 5198421.
HSL color Cylindrical-coordinate representation of color #55524F: hue angle of 30º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #55524F is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 79 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.67 |
| HSL | 30º | 0.04% | 0.32% | - |
| HSV(B) | 30º | 0.07% | 0.33% | - |
| XYZ | 8.17 | 8.53 | 8.61 | - |
| YUV | 82.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 79 | 0 | 0.04 | 0.07 | 0.67 | 30 | 0.04 | 0.32 |
| Hex | 55 | 52 | 4F | 0 | 4 | 7 | 43 | 1E | 4 | 20 |
| Octal | 125 | 122 | 117 | 0 | 4 | 7 | 103 | 36 | 4 | 40 |
| Binary | 1010101 | 1010010 | 1001111 | 0 | 100 | 111 | 1000011 | 11110 | 100 | 100000 |
Color Harmonies of #55524F
Complementary color
Monochromatic Colors of #55524F
Black with #55524F
Text Example
Text Example
White with #55524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55524F; }
p { color: rgb(85,82,79); }
H1.HeaderClassName
{
color: #55524F;
}
.AnyTagClassName
{
color: #55524F;
}
</style>
background-color css
<style>
a { background-color: #55524F; }
a { background-color: rgb(85,82,79); }
div.DivClassName
{
background-color: #55524F;
}
.BgClassName
{
background-color: #55524F;
}
</style>
border-color css
<style>
span { border-color: #55524F; }
span { border-color: rgb(85,82,79); }
td.TdClassName
{
border-color: #55524F;
}
.TagClassName
{
border-color: #55524F;
}
</style>