Shades of Judge Grey #53514F
Tints of Judge Grey #53514F
RGB
CMYK
RGB Variations
Color information
#53514F (or 0x53514F) is known color: Judge Grey. HEX triplet: 53, 51 and 4F. RGB value is (83,81,79). Sum of RGB (Red+Green+Blue) = 83+81+79=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 83 - color contains mainly: red. Hex color #53514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53514F is #ACAEB0. Grayscale: #515151. Windows color (decimal): -11316913 or 5198163. OLE color: 5198163.
HSL color Cylindrical-coordinate representation of color #53514F: hue angle of 30º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #53514F is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 79 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.67 |
| HSL | 30º | 0.02% | 0.32% | - |
| HSV(B) | 30º | 0.05% | 0.33% | - |
| XYZ | 7.92 | 8.29 | 8.58 | - |
| YUV | 81.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 79 | 0 | 0.02 | 0.05 | 0.67 | 30 | 0.02 | 0.32 |
| Hex | 53 | 51 | 4F | 0 | 2 | 5 | 43 | 1E | 2 | 20 |
| Octal | 123 | 121 | 117 | 0 | 2 | 5 | 103 | 36 | 2 | 40 |
| Binary | 1010011 | 1010001 | 1001111 | 0 | 10 | 101 | 1000011 | 11110 | 10 | 100000 |
Color Harmonies of #53514F
Complementary color
Monochromatic Colors of #53514F
Black with #53514F
Text Example
Text Example
White with #53514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53514F; }
p { color: rgb(83,81,79); }
H1.HeaderClassName
{
color: #53514F;
}
.AnyTagClassName
{
color: #53514F;
}
</style>
background-color css
<style>
a { background-color: #53514F; }
a { background-color: rgb(83,81,79); }
div.DivClassName
{
background-color: #53514F;
}
.BgClassName
{
background-color: #53514F;
}
</style>
border-color css
<style>
span { border-color: #53514F; }
span { border-color: rgb(83,81,79); }
td.TdClassName
{
border-color: #53514F;
}
.TagClassName
{
border-color: #53514F;
}
</style>