Shades of Judge Grey #5C534B
Tints of Judge Grey #5C534B
RGB
CMYK
RGB Variations
Color information
#5C534B (or 0x5C534B) is known color: Judge Grey. HEX triplet: 5C, 53 and 4B. RGB value is (92,83,75). Sum of RGB (Red+Green+Blue) = 92+83+75=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 92 - color contains mainly: red. Hex color #5C534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C534B is #A3ACB4. Grayscale: #545454. Windows color (decimal): -10726581 or 4936540. OLE color: 4936540.
HSL color Cylindrical-coordinate representation of color #5C534B: hue angle of 28.24º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5C534B is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 83 | 75 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.64 |
| HSL | 28.24º | 0.1% | 0.33% | - |
| HSV(B) | 28.24º | 0.18% | 0.36% | - |
| XYZ | 8.78 | 8.97 | 7.93 | - |
| YUV | 84.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 75 | 0 | 0.10 | 0.18 | 0.64 | 28.24 | 0.1 | 0.33 |
| Hex | 5C | 53 | 4B | 0 | A | 12 | 40 | 1C | A | 21 |
| Octal | 134 | 123 | 113 | 0 | 12 | 22 | 100 | 34 | 12 | 41 |
| Binary | 1011100 | 1010011 | 1001011 | 0 | 1010 | 10010 | 1000000 | 11100 | 1010 | 100001 |
Color Harmonies of #5C534B
Complementary color
Monochromatic Colors of #5C534B
Black with #5C534B
Text Example
Text Example
White with #5C534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C534B; }
p { color: rgb(92,83,75); }
H1.HeaderClassName
{
color: #5C534B;
}
.AnyTagClassName
{
color: #5C534B;
}
</style>
background-color css
<style>
a { background-color: #5C534B; }
a { background-color: rgb(92,83,75); }
div.DivClassName
{
background-color: #5C534B;
}
.BgClassName
{
background-color: #5C534B;
}
</style>
border-color css
<style>
span { border-color: #5C534B; }
span { border-color: rgb(92,83,75); }
td.TdClassName
{
border-color: #5C534B;
}
.TagClassName
{
border-color: #5C534B;
}
</style>