Shades of Judge Grey #62584B
Tints of Judge Grey #62584B
RGB
CMYK
RGB Variations
Color information
#62584B (or 0x62584B) is known color: Judge Grey. HEX triplet: 62, 58 and 4B. RGB value is (98,88,75). Sum of RGB (Red+Green+Blue) = 98+88+75=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #62584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62584B is #9DA7B4. Grayscale: #595959. Windows color (decimal): -10332085 or 4937826. OLE color: 4937826.
HSL color Cylindrical-coordinate representation of color #62584B: hue angle of 33.91º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #62584B is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 88 | 75 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.62 |
| HSL | 33.91º | 0.13% | 0.34% | - |
| HSV(B) | 33.91º | 0.23% | 0.38% | - |
| XYZ | 9.8 | 10.08 | 8.09 | - |
| YUV | 89.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 75 | 0 | 0.10 | 0.23 | 0.62 | 33.91 | 0.13 | 0.34 |
| Hex | 62 | 58 | 4B | 0 | A | 17 | 3E | 22 | D | 22 |
| Octal | 142 | 130 | 113 | 0 | 12 | 27 | 76 | 42 | 15 | 42 |
| Binary | 1100010 | 1011000 | 1001011 | 0 | 1010 | 10111 | 111110 | 100010 | 1101 | 100010 |
Color Harmonies of #62584B
Complementary color
Monochromatic Colors of #62584B
Black with #62584B
Text Example
Text Example
White with #62584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62584B; }
p { color: rgb(98,88,75); }
H1.HeaderClassName
{
color: #62584B;
}
.AnyTagClassName
{
color: #62584B;
}
</style>
background-color css
<style>
a { background-color: #62584B; }
a { background-color: rgb(98,88,75); }
div.DivClassName
{
background-color: #62584B;
}
.BgClassName
{
background-color: #62584B;
}
</style>
border-color css
<style>
span { border-color: #62584B; }
span { border-color: rgb(98,88,75); }
td.TdClassName
{
border-color: #62584B;
}
.TagClassName
{
border-color: #62584B;
}
</style>