Shades of Judge Grey #62584A
Tints of Judge Grey #62584A
RGB
CMYK
RGB Variations
Color information
#62584A (or 0x62584A) is known color: Judge Grey. HEX triplet: 62, 58 and 4A. RGB value is (98,88,74). Sum of RGB (Red+Green+Blue) = 98+88+74=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 98 - color contains mainly: red. Hex color #62584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62584A is #9DA7B5. Grayscale: #595959. Windows color (decimal): -10332086 or 4872290. OLE color: 4872290.
HSL color Cylindrical-coordinate representation of color #62584A: hue angle of 35º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #62584A is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 88 | 74 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.62 |
| HSL | 35º | 0.14% | 0.34% | - |
| HSV(B) | 35º | 0.24% | 0.38% | - |
| XYZ | 9.76 | 10.07 | 7.91 | - |
| YUV | 89.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 74 | 0 | 0.10 | 0.24 | 0.62 | 35 | 0.14 | 0.34 |
| Hex | 62 | 58 | 4A | 0 | A | 18 | 3E | 23 | E | 22 |
| Octal | 142 | 130 | 112 | 0 | 12 | 30 | 76 | 43 | 16 | 42 |
| Binary | 1100010 | 1011000 | 1001010 | 0 | 1010 | 11000 | 111110 | 100011 | 1110 | 100010 |
Color Harmonies of #62584A
Complementary color
Monochromatic Colors of #62584A
Black with #62584A
Text Example
Text Example
White with #62584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62584A; }
p { color: rgb(98,88,74); }
H1.HeaderClassName
{
color: #62584A;
}
.AnyTagClassName
{
color: #62584A;
}
</style>
background-color css
<style>
a { background-color: #62584A; }
a { background-color: rgb(98,88,74); }
div.DivClassName
{
background-color: #62584A;
}
.BgClassName
{
background-color: #62584A;
}
</style>
border-color css
<style>
span { border-color: #62584A; }
span { border-color: rgb(98,88,74); }
td.TdClassName
{
border-color: #62584A;
}
.TagClassName
{
border-color: #62584A;
}
</style>