Shades of Bright Grey #50575F
Tints of Bright Grey #50575F
RGB
CMYK
RGB Variations
Color information
#50575F (or 0x50575F) is known color: Bright Grey. HEX triplet: 50, 57 and 5F. RGB value is (80,87,95). Sum of RGB (Red+Green+Blue) = 80+87+95=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 95 - color contains mainly: blue. Hex color #50575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50575F is #AFA8A0. Grayscale: #555555. Windows color (decimal): -11511969 or 6248272. OLE color: 6248272.
HSL color Cylindrical-coordinate representation of color #50575F: hue angle of 212º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #50575F is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 87 | 95 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.63 |
| HSL | 212º | 0.09% | 0.34% | - |
| HSV(B) | 212º | 0.16% | 0.37% | - |
| XYZ | 8.78 | 9.35 | 12.17 | - |
| YUV | 85.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 87 | 95 | 0.16 | 0.08 | 0 | 0.63 | 212 | 0.09 | 0.34 |
| Hex | 50 | 57 | 5F | 10 | 8 | 0 | 3F | D4 | 9 | 22 |
| Octal | 120 | 127 | 137 | 20 | 10 | 0 | 77 | 324 | 11 | 42 |
| Binary | 1010000 | 1010111 | 1011111 | 10000 | 1000 | 0 | 111111 | 11010100 | 1001 | 100010 |
Color Harmonies of #50575F
Complementary color
Monochromatic Colors of #50575F
Black with #50575F
Text Example
Text Example
White with #50575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50575F; }
p { color: rgb(80,87,95); }
H1.HeaderClassName
{
color: #50575F;
}
.AnyTagClassName
{
color: #50575F;
}
</style>
background-color css
<style>
a { background-color: #50575F; }
a { background-color: rgb(80,87,95); }
div.DivClassName
{
background-color: #50575F;
}
.BgClassName
{
background-color: #50575F;
}
</style>
border-color css
<style>
span { border-color: #50575F; }
span { border-color: rgb(80,87,95); }
td.TdClassName
{
border-color: #50575F;
}
.TagClassName
{
border-color: #50575F;
}
</style>