Shades of Bright Grey #505156
Tints of Bright Grey #505156
RGB
CMYK
RGB Variations
Color information
#505156 (or 0x505156) is known color: Bright Grey. HEX triplet: 50, 51 and 56. RGB value is (80,81,86). Sum of RGB (Red+Green+Blue) = 80+81+86=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 86 - color contains mainly: blue. Hex color #505156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505156 is #AFAEA9. Grayscale: #515151. Windows color (decimal): -11513514 or 5656912. OLE color: 5656912.
HSL color Cylindrical-coordinate representation of color #505156: hue angle of 230º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #505156 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 81 | 86 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.66 |
| HSL | 230º | 0.04% | 0.33% | - |
| HSV(B) | 230º | 0.07% | 0.34% | - |
| XYZ | 7.93 | 8.26 | 9.98 | - |
| YUV | 81.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 86 | 0.07 | 0.06 | 0 | 0.66 | 230 | 0.04 | 0.33 |
| Hex | 50 | 51 | 56 | 7 | 6 | 0 | 42 | E6 | 4 | 21 |
| Octal | 120 | 121 | 126 | 7 | 6 | 0 | 102 | 346 | 4 | 41 |
| Binary | 1010000 | 1010001 | 1010110 | 111 | 110 | 0 | 1000010 | 11100110 | 100 | 100001 |
Color Harmonies of #505156
Complementary color
Monochromatic Colors of #505156
Black with #505156
Text Example
Text Example
White with #505156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505156; }
p { color: rgb(80,81,86); }
H1.HeaderClassName
{
color: #505156;
}
.AnyTagClassName
{
color: #505156;
}
</style>
background-color css
<style>
a { background-color: #505156; }
a { background-color: rgb(80,81,86); }
div.DivClassName
{
background-color: #505156;
}
.BgClassName
{
background-color: #505156;
}
</style>
border-color css
<style>
span { border-color: #505156; }
span { border-color: rgb(80,81,86); }
td.TdClassName
{
border-color: #505156;
}
.TagClassName
{
border-color: #505156;
}
</style>