Shades of Judge Grey #545250
Tints of Judge Grey #545250
RGB
CMYK
RGB Variations
Color information
#545250 (or 0x545250) is known color: Judge Grey. HEX triplet: 54, 52 and 50. RGB value is (84,82,80). Sum of RGB (Red+Green+Blue) = 84+82+80=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 84 - color contains mainly: red. Hex color #545250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545250 is #ABADAF. Grayscale: #525252. Windows color (decimal): -11251120 or 5263956. OLE color: 5263956.
HSL color Cylindrical-coordinate representation of color #545250: 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 #545250 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 80 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.67 |
| HSL | 30º | 0.02% | 0.32% | - |
| HSV(B) | 30º | 0.05% | 0.33% | - |
| XYZ | 8.12 | 8.5 | 8.8 | - |
| YUV | 82.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 80 | 0 | 0.02 | 0.05 | 0.67 | 30 | 0.02 | 0.32 |
| Hex | 54 | 52 | 50 | 0 | 2 | 5 | 43 | 1E | 2 | 20 |
| Octal | 124 | 122 | 120 | 0 | 2 | 5 | 103 | 36 | 2 | 40 |
| Binary | 1010100 | 1010010 | 1010000 | 0 | 10 | 101 | 1000011 | 11110 | 10 | 100000 |
Color Harmonies of #545250
Complementary color
Monochromatic Colors of #545250
Black with #545250
Text Example
Text Example
White with #545250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545250; }
p { color: rgb(84,82,80); }
H1.HeaderClassName
{
color: #545250;
}
.AnyTagClassName
{
color: #545250;
}
</style>
background-color css
<style>
a { background-color: #545250; }
a { background-color: rgb(84,82,80); }
div.DivClassName
{
background-color: #545250;
}
.BgClassName
{
background-color: #545250;
}
</style>
border-color css
<style>
span { border-color: #545250; }
span { border-color: rgb(84,82,80); }
td.TdClassName
{
border-color: #545250;
}
.TagClassName
{
border-color: #545250;
}
</style>