Shades of Bright Grey #505560
Tints of Bright Grey #505560
RGB
CMYK
RGB Variations
Color information
#505560 (or 0x505560) is known color: Bright Grey. HEX triplet: 50, 55 and 60. RGB value is (80,85,96). Sum of RGB (Red+Green+Blue) = 80+85+96=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #505560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505560 is #AFAA9F. Grayscale: #545454. Windows color (decimal): -11512480 or 6313296. OLE color: 6313296.
HSL color Cylindrical-coordinate representation of color #505560: hue angle of 221.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #505560 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 85 | 96 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.62 |
| HSL | 221.25º | 0.09% | 0.35% | - |
| HSV(B) | 221.25º | 0.17% | 0.38% | - |
| XYZ | 8.67 | 9.05 | 12.36 | - |
| YUV | 84.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 96 | 0.17 | 0.11 | 0 | 0.62 | 221.25 | 0.09 | 0.35 |
| Hex | 50 | 55 | 60 | 11 | B | 0 | 3E | DD | 9 | 23 |
| Octal | 120 | 125 | 140 | 21 | 13 | 0 | 76 | 335 | 11 | 43 |
| Binary | 1010000 | 1010101 | 1100000 | 10001 | 1011 | 0 | 111110 | 11011101 | 1001 | 100011 |
Color Harmonies of #505560
Complementary color
Monochromatic Colors of #505560
Black with #505560
Text Example
Text Example
White with #505560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505560; }
p { color: rgb(80,85,96); }
H1.HeaderClassName
{
color: #505560;
}
.AnyTagClassName
{
color: #505560;
}
</style>
background-color css
<style>
a { background-color: #505560; }
a { background-color: rgb(80,85,96); }
div.DivClassName
{
background-color: #505560;
}
.BgClassName
{
background-color: #505560;
}
</style>
border-color css
<style>
span { border-color: #505560; }
span { border-color: rgb(80,85,96); }
td.TdClassName
{
border-color: #505560;
}
.TagClassName
{
border-color: #505560;
}
</style>