Shades of Bright Grey #505256
Tints of Bright Grey #505256
RGB
CMYK
RGB Variations
Color information
#505256 (or 0x505256) is known color: Bright Grey. HEX triplet: 50, 52 and 56. RGB value is (80,82,86). Sum of RGB (Red+Green+Blue) = 80+82+86=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 86 - color contains mainly: blue. Hex color #505256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505256 is #AFADA9. Grayscale: #515151. Windows color (decimal): -11513258 or 5657168. OLE color: 5657168.
HSL color Cylindrical-coordinate representation of color #505256: hue angle of 220º 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 #505256 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 82 | 86 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.66 |
| HSL | 220º | 0.04% | 0.33% | - |
| HSV(B) | 220º | 0.07% | 0.34% | - |
| XYZ | 8.01 | 8.41 | 10.01 | - |
| YUV | 81.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 86 | 0.07 | 0.05 | 0 | 0.66 | 220 | 0.04 | 0.33 |
| Hex | 50 | 52 | 56 | 7 | 5 | 0 | 42 | DC | 4 | 21 |
| Octal | 120 | 122 | 126 | 7 | 5 | 0 | 102 | 334 | 4 | 41 |
| Binary | 1010000 | 1010010 | 1010110 | 111 | 101 | 0 | 1000010 | 11011100 | 100 | 100001 |
Color Harmonies of #505256
Complementary color
Monochromatic Colors of #505256
Black with #505256
Text Example
Text Example
White with #505256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505256; }
p { color: rgb(80,82,86); }
H1.HeaderClassName
{
color: #505256;
}
.AnyTagClassName
{
color: #505256;
}
</style>
background-color css
<style>
a { background-color: #505256; }
a { background-color: rgb(80,82,86); }
div.DivClassName
{
background-color: #505256;
}
.BgClassName
{
background-color: #505256;
}
</style>
border-color css
<style>
span { border-color: #505256; }
span { border-color: rgb(80,82,86); }
td.TdClassName
{
border-color: #505256;
}
.TagClassName
{
border-color: #505256;
}
</style>