Shades of Bright Grey #505360
Tints of Bright Grey #505360
RGB
CMYK
RGB Variations
Color information
#505360 (or 0x505360) is known color: Bright Grey. HEX triplet: 50, 53 and 60. RGB value is (80,83,96). Sum of RGB (Red+Green+Blue) = 80+83+96=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 96 - color contains mainly: blue. Hex color #505360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505360 is #AFAC9F. Grayscale: #535353. Windows color (decimal): -11512992 or 6312784. OLE color: 6312784.
HSL color Cylindrical-coordinate representation of color #505360: hue angle of 228.75º 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 #505360 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 83 | 96 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.62 |
| HSL | 228.75º | 0.09% | 0.35% | - |
| HSV(B) | 228.75º | 0.17% | 0.38% | - |
| XYZ | 8.51 | 8.74 | 12.3 | - |
| YUV | 83.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 96 | 0.17 | 0.14 | 0 | 0.62 | 228.75 | 0.09 | 0.35 |
| Hex | 50 | 53 | 60 | 11 | E | 0 | 3E | E5 | 9 | 23 |
| Octal | 120 | 123 | 140 | 21 | 16 | 0 | 76 | 345 | 11 | 43 |
| Binary | 1010000 | 1010011 | 1100000 | 10001 | 1110 | 0 | 111110 | 11100101 | 1001 | 100011 |
Color Harmonies of #505360
Complementary color
Monochromatic Colors of #505360
Black with #505360
Text Example
Text Example
White with #505360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505360; }
p { color: rgb(80,83,96); }
H1.HeaderClassName
{
color: #505360;
}
.AnyTagClassName
{
color: #505360;
}
</style>
background-color css
<style>
a { background-color: #505360; }
a { background-color: rgb(80,83,96); }
div.DivClassName
{
background-color: #505360;
}
.BgClassName
{
background-color: #505360;
}
</style>
border-color css
<style>
span { border-color: #505360; }
span { border-color: rgb(80,83,96); }
td.TdClassName
{
border-color: #505360;
}
.TagClassName
{
border-color: #505360;
}
</style>