Shades of Bright Grey #50555B
Tints of Bright Grey #50555B
RGB
CMYK
RGB Variations
Color information
#50555B (or 0x50555B) is known color: Bright Grey. HEX triplet: 50, 55 and 5B. RGB value is (80,85,91). Sum of RGB (Red+Green+Blue) = 80+85+91=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 91 - color contains mainly: blue. Hex color #50555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50555B is #AFAAA4. Grayscale: #545454. Windows color (decimal): -11512485 or 5985616. OLE color: 5985616.
HSL color Cylindrical-coordinate representation of color #50555B: hue angle of 212.73º 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 #50555B is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 85 | 91 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.64 |
| HSL | 212.73º | 0.06% | 0.34% | - |
| HSV(B) | 212.73º | 0.12% | 0.36% | - |
| XYZ | 8.45 | 8.96 | 11.18 | - |
| YUV | 84.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 91 | 0.12 | 0.07 | 0 | 0.64 | 212.73 | 0.06 | 0.34 |
| Hex | 50 | 55 | 5B | C | 7 | 0 | 40 | D5 | 6 | 22 |
| Octal | 120 | 125 | 133 | 14 | 7 | 0 | 100 | 325 | 6 | 42 |
| Binary | 1010000 | 1010101 | 1011011 | 1100 | 111 | 0 | 1000000 | 11010101 | 110 | 100010 |
Color Harmonies of #50555B
Complementary color
Monochromatic Colors of #50555B
Black with #50555B
Text Example
Text Example
White with #50555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50555B; }
p { color: rgb(80,85,91); }
H1.HeaderClassName
{
color: #50555B;
}
.AnyTagClassName
{
color: #50555B;
}
</style>
background-color css
<style>
a { background-color: #50555B; }
a { background-color: rgb(80,85,91); }
div.DivClassName
{
background-color: #50555B;
}
.BgClassName
{
background-color: #50555B;
}
</style>
border-color css
<style>
span { border-color: #50555B; }
span { border-color: rgb(80,85,91); }
td.TdClassName
{
border-color: #50555B;
}
.TagClassName
{
border-color: #50555B;
}
</style>