Shades of Bright Grey #505460
Tints of Bright Grey #505460
RGB
CMYK
RGB Variations
Color information
#505460 (or 0x505460) is known color: Bright Grey. HEX triplet: 50, 54 and 60. RGB value is (80,84,96). Sum of RGB (Red+Green+Blue) = 80+84+96=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #505460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505460 is #AFAB9F. Grayscale: #545454. Windows color (decimal): -11512736 or 6313040. OLE color: 6313040.
HSL color Cylindrical-coordinate representation of color #505460: hue angle of 225º 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 #505460 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 84 | 96 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.62 |
| HSL | 225º | 0.09% | 0.35% | - |
| HSV(B) | 225º | 0.17% | 0.38% | - |
| XYZ | 8.59 | 8.89 | 12.33 | - |
| YUV | 84.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 96 | 0.17 | 0.12 | 0 | 0.62 | 225 | 0.09 | 0.35 |
| Hex | 50 | 54 | 60 | 11 | C | 0 | 3E | E1 | 9 | 23 |
| Octal | 120 | 124 | 140 | 21 | 14 | 0 | 76 | 341 | 11 | 43 |
| Binary | 1010000 | 1010100 | 1100000 | 10001 | 1100 | 0 | 111110 | 11100001 | 1001 | 100011 |
Color Harmonies of #505460
Complementary color
Monochromatic Colors of #505460
Black with #505460
Text Example
Text Example
White with #505460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505460; }
p { color: rgb(80,84,96); }
H1.HeaderClassName
{
color: #505460;
}
.AnyTagClassName
{
color: #505460;
}
</style>
background-color css
<style>
a { background-color: #505460; }
a { background-color: rgb(80,84,96); }
div.DivClassName
{
background-color: #505460;
}
.BgClassName
{
background-color: #505460;
}
</style>
border-color css
<style>
span { border-color: #505460; }
span { border-color: rgb(80,84,96); }
td.TdClassName
{
border-color: #505460;
}
.TagClassName
{
border-color: #505460;
}
</style>