Shades of Judge Grey #5A5652
Tints of Judge Grey #5A5652
RGB
CMYK
RGB Variations
Color information
#5A5652 (or 0x5A5652) is known color: Judge Grey. HEX triplet: 5A, 56 and 52. RGB value is (90,86,82). Sum of RGB (Red+Green+Blue) = 90+86+82=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5652 is #A5A9AD. Grayscale: #565656. Windows color (decimal): -10856878 or 5396058. OLE color: 5396058.
HSL color Cylindrical-coordinate representation of color #5A5652: hue angle of 30º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A5652 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 86 | 82 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.65 |
| HSL | 30º | 0.05% | 0.34% | - |
| HSV(B) | 30º | 0.09% | 0.35% | - |
| XYZ | 9.07 | 9.44 | 9.33 | - |
| YUV | 86.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 82 | 0 | 0.04 | 0.09 | 0.65 | 30 | 0.05 | 0.34 |
| Hex | 5A | 56 | 52 | 0 | 4 | 9 | 41 | 1E | 5 | 22 |
| Octal | 132 | 126 | 122 | 0 | 4 | 11 | 101 | 36 | 5 | 42 |
| Binary | 1011010 | 1010110 | 1010010 | 0 | 100 | 1001 | 1000001 | 11110 | 101 | 100010 |
Color Harmonies of #5A5652
Complementary color
Monochromatic Colors of #5A5652
Black with #5A5652
Text Example
Text Example
White with #5A5652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5652; }
p { color: rgb(90,86,82); }
H1.HeaderClassName
{
color: #5A5652;
}
.AnyTagClassName
{
color: #5A5652;
}
</style>
background-color css
<style>
a { background-color: #5A5652; }
a { background-color: rgb(90,86,82); }
div.DivClassName
{
background-color: #5A5652;
}
.BgClassName
{
background-color: #5A5652;
}
</style>
border-color css
<style>
span { border-color: #5A5652; }
span { border-color: rgb(90,86,82); }
td.TdClassName
{
border-color: #5A5652;
}
.TagClassName
{
border-color: #5A5652;
}
</style>