Shades of Bright Grey #52545D
Tints of Bright Grey #52545D
RGB
CMYK
RGB Variations
Color information
#52545D (or 0x52545D) is known color: Bright Grey. HEX triplet: 52, 54 and 5D. RGB value is (82,84,93). Sum of RGB (Red+Green+Blue) = 82+84+93=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 93 - color contains mainly: blue. Hex color #52545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52545D is #ADABA2. Grayscale: #545454. Windows color (decimal): -11381667 or 6116434. OLE color: 6116434.
HSL color Cylindrical-coordinate representation of color #52545D: hue angle of 229.09º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #52545D is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 84 | 93 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.64 |
| HSL | 229.09º | 0.06% | 0.34% | - |
| HSV(B) | 229.09º | 0.12% | 0.36% | - |
| XYZ | 8.63 | 8.92 | 11.62 | - |
| YUV | 84.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 93 | 0.12 | 0.10 | 0 | 0.64 | 229.09 | 0.06 | 0.34 |
| Hex | 52 | 54 | 5D | C | A | 0 | 40 | E5 | 6 | 22 |
| Octal | 122 | 124 | 135 | 14 | 12 | 0 | 100 | 345 | 6 | 42 |
| Binary | 1010010 | 1010100 | 1011101 | 1100 | 1010 | 0 | 1000000 | 11100101 | 110 | 100010 |
Color Harmonies of #52545D
Complementary color
Monochromatic Colors of #52545D
Black with #52545D
Text Example
Text Example
White with #52545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52545D; }
p { color: rgb(82,84,93); }
H1.HeaderClassName
{
color: #52545D;
}
.AnyTagClassName
{
color: #52545D;
}
</style>
background-color css
<style>
a { background-color: #52545D; }
a { background-color: rgb(82,84,93); }
div.DivClassName
{
background-color: #52545D;
}
.BgClassName
{
background-color: #52545D;
}
</style>
border-color css
<style>
span { border-color: #52545D; }
span { border-color: rgb(82,84,93); }
td.TdClassName
{
border-color: #52545D;
}
.TagClassName
{
border-color: #52545D;
}
</style>