Shades of Judge Grey #5A554F
Tints of Judge Grey #5A554F
RGB
CMYK
RGB Variations
Color information
#5A554F (or 0x5A554F) is known color: Judge Grey. HEX triplet: 5A, 55 and 4F. RGB value is (90,85,79). Sum of RGB (Red+Green+Blue) = 90+85+79=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 90 - color contains mainly: red. Hex color #5A554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A554F is #A5AAB0. Grayscale: #555555. Windows color (decimal): -10857137 or 5199194. OLE color: 5199194.
HSL color Cylindrical-coordinate representation of color #5A554F: hue angle of 32.73º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5A554F is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 85 | 79 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.65 |
| HSL | 32.73º | 0.07% | 0.33% | - |
| HSV(B) | 32.73º | 0.12% | 0.35% | - |
| XYZ | 8.88 | 9.24 | 8.71 | - |
| YUV | 85.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 79 | 0 | 0.06 | 0.12 | 0.65 | 32.73 | 0.07 | 0.33 |
| Hex | 5A | 55 | 4F | 0 | 6 | C | 41 | 21 | 7 | 21 |
| Octal | 132 | 125 | 117 | 0 | 6 | 14 | 101 | 41 | 7 | 41 |
| Binary | 1011010 | 1010101 | 1001111 | 0 | 110 | 1100 | 1000001 | 100001 | 111 | 100001 |
Color Harmonies of #5A554F
Complementary color
Monochromatic Colors of #5A554F
Black with #5A554F
Text Example
Text Example
White with #5A554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A554F; }
p { color: rgb(90,85,79); }
H1.HeaderClassName
{
color: #5A554F;
}
.AnyTagClassName
{
color: #5A554F;
}
</style>
background-color css
<style>
a { background-color: #5A554F; }
a { background-color: rgb(90,85,79); }
div.DivClassName
{
background-color: #5A554F;
}
.BgClassName
{
background-color: #5A554F;
}
</style>
border-color css
<style>
span { border-color: #5A554F; }
span { border-color: rgb(90,85,79); }
td.TdClassName
{
border-color: #5A554F;
}
.TagClassName
{
border-color: #5A554F;
}
</style>