Shades of Bright Grey #505965
Tints of Bright Grey #505965
RGB
CMYK
RGB Variations
Color information
#505965 (or 0x505965) is known color: Bright Grey. HEX triplet: 50, 59 and 65. RGB value is (80,89,101). Sum of RGB (Red+Green+Blue) = 80+89+101=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 101 - color contains mainly: blue. Hex color #505965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505965 is #AFA69A. Grayscale: #575757. Windows color (decimal): -11511451 or 6642000. OLE color: 6642000.
HSL color Cylindrical-coordinate representation of color #505965: hue angle of 214.29º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #505965 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 89 | 101 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.60 |
| HSL | 214.29º | 0.12% | 0.35% | - |
| HSV(B) | 214.29º | 0.21% | 0.4% | - |
| XYZ | 9.23 | 9.79 | 13.72 | - |
| YUV | 87.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 101 | 0.21 | 0.12 | 0 | 0.60 | 214.29 | 0.12 | 0.35 |
| Hex | 50 | 59 | 65 | 15 | C | 0 | 3C | D6 | C | 23 |
| Octal | 120 | 131 | 145 | 25 | 14 | 0 | 74 | 326 | 14 | 43 |
| Binary | 1010000 | 1011001 | 1100101 | 10101 | 1100 | 0 | 111100 | 11010110 | 1100 | 100011 |
Color Harmonies of #505965
Complementary color
Monochromatic Colors of #505965
Black with #505965
Text Example
Text Example
White with #505965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505965; }
p { color: rgb(80,89,101); }
H1.HeaderClassName
{
color: #505965;
}
.AnyTagClassName
{
color: #505965;
}
</style>
background-color css
<style>
a { background-color: #505965; }
a { background-color: rgb(80,89,101); }
div.DivClassName
{
background-color: #505965;
}
.BgClassName
{
background-color: #505965;
}
</style>
border-color css
<style>
span { border-color: #505965; }
span { border-color: rgb(80,89,101); }
td.TdClassName
{
border-color: #505965;
}
.TagClassName
{
border-color: #505965;
}
</style>