Shades of Bright Grey #50535F
Tints of Bright Grey #50535F
RGB
CMYK
RGB Variations
Color information
#50535F (or 0x50535F) is known color: Bright Grey. HEX triplet: 50, 53 and 5F. RGB value is (80,83,95). Sum of RGB (Red+Green+Blue) = 80+83+95=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 95 - color contains mainly: blue. Hex color #50535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50535F is #AFACA0. Grayscale: #535353. Windows color (decimal): -11512993 or 6247248. OLE color: 6247248.
HSL color Cylindrical-coordinate representation of color #50535F: hue angle of 228º 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 #50535F is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 83 | 95 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.63 |
| HSL | 228º | 0.09% | 0.34% | - |
| HSV(B) | 228º | 0.16% | 0.37% | - |
| XYZ | 8.47 | 8.72 | 12.06 | - |
| YUV | 83.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 95 | 0.16 | 0.13 | 0 | 0.63 | 228 | 0.09 | 0.34 |
| Hex | 50 | 53 | 5F | 10 | D | 0 | 3F | E4 | 9 | 22 |
| Octal | 120 | 123 | 137 | 20 | 15 | 0 | 77 | 344 | 11 | 42 |
| Binary | 1010000 | 1010011 | 1011111 | 10000 | 1101 | 0 | 111111 | 11100100 | 1001 | 100010 |
Color Harmonies of #50535F
Complementary color
Monochromatic Colors of #50535F
Black with #50535F
Text Example
Text Example
White with #50535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50535F; }
p { color: rgb(80,83,95); }
H1.HeaderClassName
{
color: #50535F;
}
.AnyTagClassName
{
color: #50535F;
}
</style>
background-color css
<style>
a { background-color: #50535F; }
a { background-color: rgb(80,83,95); }
div.DivClassName
{
background-color: #50535F;
}
.BgClassName
{
background-color: #50535F;
}
</style>
border-color css
<style>
span { border-color: #50535F; }
span { border-color: rgb(80,83,95); }
td.TdClassName
{
border-color: #50535F;
}
.TagClassName
{
border-color: #50535F;
}
</style>