Shades of Judge Grey #57514A
Tints of Judge Grey #57514A
RGB
CMYK
RGB Variations
Color information
#57514A (or 0x57514A) is known color: Judge Grey. HEX triplet: 57, 51 and 4A. RGB value is (87,81,74). Sum of RGB (Red+Green+Blue) = 87+81+74=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 87 - color contains mainly: red. Hex color #57514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57514A is #A8AEB5. Grayscale: #525252. Windows color (decimal): -11054774 or 4870487. OLE color: 4870487.
HSL color Cylindrical-coordinate representation of color #57514A: hue angle of 32.31º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #57514A is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 74 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.66 |
| HSL | 32.31º | 0.08% | 0.32% | - |
| HSV(B) | 32.31º | 0.15% | 0.34% | - |
| XYZ | 8.11 | 8.41 | 7.67 | - |
| YUV | 82 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 74 | 0 | 0.07 | 0.15 | 0.66 | 32.31 | 0.08 | 0.32 |
| Hex | 57 | 51 | 4A | 0 | 7 | F | 42 | 20 | 8 | 20 |
| Octal | 127 | 121 | 112 | 0 | 7 | 17 | 102 | 40 | 10 | 40 |
| Binary | 1010111 | 1010001 | 1001010 | 0 | 111 | 1111 | 1000010 | 100000 | 1000 | 100000 |
Color Harmonies of #57514A
Complementary color
Monochromatic Colors of #57514A
Black with #57514A
Text Example
Text Example
White with #57514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57514A; }
p { color: rgb(87,81,74); }
H1.HeaderClassName
{
color: #57514A;
}
.AnyTagClassName
{
color: #57514A;
}
</style>
background-color css
<style>
a { background-color: #57514A; }
a { background-color: rgb(87,81,74); }
div.DivClassName
{
background-color: #57514A;
}
.BgClassName
{
background-color: #57514A;
}
</style>
border-color css
<style>
span { border-color: #57514A; }
span { border-color: rgb(87,81,74); }
td.TdClassName
{
border-color: #57514A;
}
.TagClassName
{
border-color: #57514A;
}
</style>