Shades of Judge Grey #5A5045
Tints of Judge Grey #5A5045
RGB
CMYK
RGB Variations
Color information
#5A5045 (or 0x5A5045) is known color: Judge Grey. HEX triplet: 5A, 50 and 45. RGB value is (90,80,69). Sum of RGB (Red+Green+Blue) = 90+80+69=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5045 is #A5AFBA. Grayscale: #515151. Windows color (decimal): -10858427 or 4542554. OLE color: 4542554.
HSL color Cylindrical-coordinate representation of color #5A5045: hue angle of 31.43º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A5045 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 80 | 69 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.65 |
| HSL | 31.43º | 0.13% | 0.31% | - |
| HSV(B) | 31.43º | 0.23% | 0.35% | - |
| XYZ | 8.16 | 8.34 | 6.81 | - |
| YUV | 81.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 69 | 0 | 0.11 | 0.23 | 0.65 | 31.43 | 0.13 | 0.31 |
| Hex | 5A | 50 | 45 | 0 | B | 17 | 41 | 1F | D | 1F |
| Octal | 132 | 120 | 105 | 0 | 13 | 27 | 101 | 37 | 15 | 37 |
| Binary | 1011010 | 1010000 | 1000101 | 0 | 1011 | 10111 | 1000001 | 11111 | 1101 | 11111 |
Color Harmonies of #5A5045
Complementary color
Monochromatic Colors of #5A5045
Black with #5A5045
Text Example
Text Example
White with #5A5045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5045; }
p { color: rgb(90,80,69); }
H1.HeaderClassName
{
color: #5A5045;
}
.AnyTagClassName
{
color: #5A5045;
}
</style>
background-color css
<style>
a { background-color: #5A5045; }
a { background-color: rgb(90,80,69); }
div.DivClassName
{
background-color: #5A5045;
}
.BgClassName
{
background-color: #5A5045;
}
</style>
border-color css
<style>
span { border-color: #5A5045; }
span { border-color: rgb(90,80,69); }
td.TdClassName
{
border-color: #5A5045;
}
.TagClassName
{
border-color: #5A5045;
}
</style>