Shades of Judge Grey #62584C
Tints of Judge Grey #62584C
RGB
CMYK
RGB Variations
Color information
#62584C (or 0x62584C) is known color: Judge Grey. HEX triplet: 62, 58 and 4C. RGB value is (98,88,76). Sum of RGB (Red+Green+Blue) = 98+88+76=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #62584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62584C is #9DA7B3. Grayscale: #595959. Windows color (decimal): -10332084 or 5003362. OLE color: 5003362.
HSL color Cylindrical-coordinate representation of color #62584C: hue angle of 32.73º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #62584C is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 88 | 76 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.62 |
| HSL | 32.73º | 0.13% | 0.34% | - |
| HSV(B) | 32.73º | 0.22% | 0.38% | - |
| XYZ | 9.83 | 10.1 | 8.27 | - |
| YUV | 89.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 76 | 0 | 0.10 | 0.22 | 0.62 | 32.73 | 0.13 | 0.34 |
| Hex | 62 | 58 | 4C | 0 | A | 16 | 3E | 21 | D | 22 |
| Octal | 142 | 130 | 114 | 0 | 12 | 26 | 76 | 41 | 15 | 42 |
| Binary | 1100010 | 1011000 | 1001100 | 0 | 1010 | 10110 | 111110 | 100001 | 1101 | 100010 |
Color Harmonies of #62584C
Complementary color
Monochromatic Colors of #62584C
Black with #62584C
Text Example
Text Example
White with #62584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62584C; }
p { color: rgb(98,88,76); }
H1.HeaderClassName
{
color: #62584C;
}
.AnyTagClassName
{
color: #62584C;
}
</style>
background-color css
<style>
a { background-color: #62584C; }
a { background-color: rgb(98,88,76); }
div.DivClassName
{
background-color: #62584C;
}
.BgClassName
{
background-color: #62584C;
}
</style>
border-color css
<style>
span { border-color: #62584C; }
span { border-color: rgb(98,88,76); }
td.TdClassName
{
border-color: #62584C;
}
.TagClassName
{
border-color: #62584C;
}
</style>