Shades of Bright Grey #52555D
Tints of Bright Grey #52555D
RGB
CMYK
RGB Variations
Color information
#52555D (or 0x52555D) is known color: Bright Grey. HEX triplet: 52, 55 and 5D. RGB value is (82,85,93). Sum of RGB (Red+Green+Blue) = 82+85+93=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 93 - color contains mainly: blue. Hex color #52555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52555D is #ADAAA2. Grayscale: #545454. Windows color (decimal): -11381411 or 6116690. OLE color: 6116690.
HSL color Cylindrical-coordinate representation of color #52555D: hue angle of 223.64º 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 #52555D is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 85 | 93 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.64 |
| HSL | 223.64º | 0.06% | 0.34% | - |
| HSV(B) | 223.64º | 0.12% | 0.36% | - |
| XYZ | 8.7 | 9.08 | 11.65 | - |
| YUV | 85.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 93 | 0.12 | 0.09 | 0 | 0.64 | 223.64 | 0.06 | 0.34 |
| Hex | 52 | 55 | 5D | C | 9 | 0 | 40 | E0 | 6 | 22 |
| Octal | 122 | 125 | 135 | 14 | 11 | 0 | 100 | 340 | 6 | 42 |
| Binary | 1010010 | 1010101 | 1011101 | 1100 | 1001 | 0 | 1000000 | 11100000 | 110 | 100010 |
Color Harmonies of #52555D
Complementary color
Monochromatic Colors of #52555D
Black with #52555D
Text Example
Text Example
White with #52555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52555D; }
p { color: rgb(82,85,93); }
H1.HeaderClassName
{
color: #52555D;
}
.AnyTagClassName
{
color: #52555D;
}
</style>
background-color css
<style>
a { background-color: #52555D; }
a { background-color: rgb(82,85,93); }
div.DivClassName
{
background-color: #52555D;
}
.BgClassName
{
background-color: #52555D;
}
</style>
border-color css
<style>
span { border-color: #52555D; }
span { border-color: rgb(82,85,93); }
td.TdClassName
{
border-color: #52555D;
}
.TagClassName
{
border-color: #52555D;
}
</style>