Shades of Bright Grey #52565D
Tints of Bright Grey #52565D
RGB
CMYK
RGB Variations
Color information
#52565D (or 0x52565D) is known color: Bright Grey. HEX triplet: 52, 56 and 5D. RGB value is (82,86,93). Sum of RGB (Red+Green+Blue) = 82+86+93=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 93 - color contains mainly: blue. Hex color #52565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52565D is #ADA9A2. Grayscale: #555555. Windows color (decimal): -11381155 or 6116946. OLE color: 6116946.
HSL color Cylindrical-coordinate representation of color #52565D: hue angle of 218.18º 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 #52565D is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 86 | 93 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.64 |
| HSL | 218.18º | 0.06% | 0.34% | - |
| HSV(B) | 218.18º | 0.12% | 0.36% | - |
| XYZ | 8.78 | 9.24 | 11.68 | - |
| YUV | 85.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 93 | 0.12 | 0.08 | 0 | 0.64 | 218.18 | 0.06 | 0.34 |
| Hex | 52 | 56 | 5D | C | 8 | 0 | 40 | DA | 6 | 22 |
| Octal | 122 | 126 | 135 | 14 | 10 | 0 | 100 | 332 | 6 | 42 |
| Binary | 1010010 | 1010110 | 1011101 | 1100 | 1000 | 0 | 1000000 | 11011010 | 110 | 100010 |
Color Harmonies of #52565D
Complementary color
Monochromatic Colors of #52565D
Black with #52565D
Text Example
Text Example
White with #52565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52565D; }
p { color: rgb(82,86,93); }
H1.HeaderClassName
{
color: #52565D;
}
.AnyTagClassName
{
color: #52565D;
}
</style>
background-color css
<style>
a { background-color: #52565D; }
a { background-color: rgb(82,86,93); }
div.DivClassName
{
background-color: #52565D;
}
.BgClassName
{
background-color: #52565D;
}
</style>
border-color css
<style>
span { border-color: #52565D; }
span { border-color: rgb(82,86,93); }
td.TdClassName
{
border-color: #52565D;
}
.TagClassName
{
border-color: #52565D;
}
</style>