Shades of Bright Grey #50555F
Tints of Bright Grey #50555F
RGB
CMYK
RGB Variations
Color information
#50555F (or 0x50555F) is known color: Bright Grey. HEX triplet: 50, 55 and 5F. RGB value is (80,85,95). Sum of RGB (Red+Green+Blue) = 80+85+95=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 95 - color contains mainly: blue. Hex color #50555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50555F is #AFAAA0. Grayscale: #545454. Windows color (decimal): -11512481 or 6247760. OLE color: 6247760.
HSL color Cylindrical-coordinate representation of color #50555F: hue angle of 220º 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 #50555F is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 85 | 95 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.63 |
| HSL | 220º | 0.09% | 0.34% | - |
| HSV(B) | 220º | 0.16% | 0.37% | - |
| XYZ | 8.62 | 9.03 | 12.11 | - |
| YUV | 84.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 95 | 0.16 | 0.11 | 0 | 0.63 | 220 | 0.09 | 0.34 |
| Hex | 50 | 55 | 5F | 10 | B | 0 | 3F | DC | 9 | 22 |
| Octal | 120 | 125 | 137 | 20 | 13 | 0 | 77 | 334 | 11 | 42 |
| Binary | 1010000 | 1010101 | 1011111 | 10000 | 1011 | 0 | 111111 | 11011100 | 1001 | 100010 |
Color Harmonies of #50555F
Complementary color
Monochromatic Colors of #50555F
Black with #50555F
Text Example
Text Example
White with #50555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50555F; }
p { color: rgb(80,85,95); }
H1.HeaderClassName
{
color: #50555F;
}
.AnyTagClassName
{
color: #50555F;
}
</style>
background-color css
<style>
a { background-color: #50555F; }
a { background-color: rgb(80,85,95); }
div.DivClassName
{
background-color: #50555F;
}
.BgClassName
{
background-color: #50555F;
}
</style>
border-color css
<style>
span { border-color: #50555F; }
span { border-color: rgb(80,85,95); }
td.TdClassName
{
border-color: #50555F;
}
.TagClassName
{
border-color: #50555F;
}
</style>