Shades of Bright Grey #50535B
Tints of Bright Grey #50535B
RGB
CMYK
RGB Variations
Color information
#50535B (or 0x50535B) is known color: Bright Grey. HEX triplet: 50, 53 and 5B. RGB value is (80,83,91). Sum of RGB (Red+Green+Blue) = 80+83+91=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 91 - color contains mainly: blue. Hex color #50535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50535B is #AFACA4. Grayscale: #525252. Windows color (decimal): -11512997 or 5985104. OLE color: 5985104.
HSL color Cylindrical-coordinate representation of color #50535B: hue angle of 223.64º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50535B is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 83 | 91 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.64 |
| HSL | 223.64º | 0.06% | 0.34% | - |
| HSV(B) | 223.64º | 0.12% | 0.36% | - |
| XYZ | 8.29 | 8.65 | 11.13 | - |
| YUV | 83.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 91 | 0.12 | 0.09 | 0 | 0.64 | 223.64 | 0.06 | 0.34 |
| Hex | 50 | 53 | 5B | C | 9 | 0 | 40 | E0 | 6 | 22 |
| Octal | 120 | 123 | 133 | 14 | 11 | 0 | 100 | 340 | 6 | 42 |
| Binary | 1010000 | 1010011 | 1011011 | 1100 | 1001 | 0 | 1000000 | 11100000 | 110 | 100010 |
Color Harmonies of #50535B
Complementary color
Monochromatic Colors of #50535B
Black with #50535B
Text Example
Text Example
White with #50535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50535B; }
p { color: rgb(80,83,91); }
H1.HeaderClassName
{
color: #50535B;
}
.AnyTagClassName
{
color: #50535B;
}
</style>
background-color css
<style>
a { background-color: #50535B; }
a { background-color: rgb(80,83,91); }
div.DivClassName
{
background-color: #50535B;
}
.BgClassName
{
background-color: #50535B;
}
</style>
border-color css
<style>
span { border-color: #50535B; }
span { border-color: rgb(80,83,91); }
td.TdClassName
{
border-color: #50535B;
}
.TagClassName
{
border-color: #50535B;
}
</style>