Shades of Bright Grey #50525D
Tints of Bright Grey #50525D
RGB
CMYK
RGB Variations
Color information
#50525D (or 0x50525D) is known color: Bright Grey. HEX triplet: 50, 52 and 5D. RGB value is (80,82,93). Sum of RGB (Red+Green+Blue) = 80+82+93=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 93 - color contains mainly: blue. Hex color #50525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50525D is #AFADA2. Grayscale: #525252. Windows color (decimal): -11513251 or 6115920. OLE color: 6115920.
HSL color Cylindrical-coordinate representation of color #50525D: hue angle of 230.77º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #50525D is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 82 | 93 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.64 |
| HSL | 230.77º | 0.08% | 0.34% | - |
| HSV(B) | 230.77º | 0.14% | 0.36% | - |
| XYZ | 8.3 | 8.53 | 11.56 | - |
| YUV | 82.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 93 | 0.14 | 0.12 | 0 | 0.64 | 230.77 | 0.08 | 0.34 |
| Hex | 50 | 52 | 5D | E | C | 0 | 40 | E7 | 8 | 22 |
| Octal | 120 | 122 | 135 | 16 | 14 | 0 | 100 | 347 | 10 | 42 |
| Binary | 1010000 | 1010010 | 1011101 | 1110 | 1100 | 0 | 1000000 | 11100111 | 1000 | 100010 |
Color Harmonies of #50525D
Complementary color
Monochromatic Colors of #50525D
Black with #50525D
Text Example
Text Example
White with #50525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50525D; }
p { color: rgb(80,82,93); }
H1.HeaderClassName
{
color: #50525D;
}
.AnyTagClassName
{
color: #50525D;
}
</style>
background-color css
<style>
a { background-color: #50525D; }
a { background-color: rgb(80,82,93); }
div.DivClassName
{
background-color: #50525D;
}
.BgClassName
{
background-color: #50525D;
}
</style>
border-color css
<style>
span { border-color: #50525D; }
span { border-color: rgb(80,82,93); }
td.TdClassName
{
border-color: #50525D;
}
.TagClassName
{
border-color: #50525D;
}
</style>