Shades of Nandor #505950
Tints of Nandor #505950
RGB
CMYK
RGB Variations
Color information
#505950 (or 0x505950) is known color: Nandor. HEX triplet: 50, 59 and 50. RGB value is (80,89,80). Sum of RGB (Red+Green+Blue) = 80+89+80=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 89 - color contains mainly: green. Hex color #505950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505950 is #AFA6AF. Grayscale: #555555. Windows color (decimal): -11511472 or 5265744. OLE color: 5265744.
HSL color Cylindrical-coordinate representation of color #505950: hue angle of 120º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #505950 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 89 | 80 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.65 |
| HSL | 120º | 0.05% | 0.33% | - |
| HSV(B) | 120º | 0.1% | 0.35% | - |
| XYZ | 8.33 | 9.43 | 8.97 | - |
| YUV | 85.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 80 | 0.10 | 0 | 0.10 | 0.65 | 120 | 0.05 | 0.33 |
| Hex | 50 | 59 | 50 | A | 0 | A | 41 | 78 | 5 | 21 |
| Octal | 120 | 131 | 120 | 12 | 0 | 12 | 101 | 170 | 5 | 41 |
| Binary | 1010000 | 1011001 | 1010000 | 1010 | 0 | 1010 | 1000001 | 1111000 | 101 | 100001 |
Color Harmonies of #505950
Complementary color
Monochromatic Colors of #505950
Black with #505950
Text Example
Text Example
White with #505950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505950; }
p { color: rgb(80,89,80); }
H1.HeaderClassName
{
color: #505950;
}
.AnyTagClassName
{
color: #505950;
}
</style>
background-color css
<style>
a { background-color: #505950; }
a { background-color: rgb(80,89,80); }
div.DivClassName
{
background-color: #505950;
}
.BgClassName
{
background-color: #505950;
}
</style>
border-color css
<style>
span { border-color: #505950; }
span { border-color: rgb(80,89,80); }
td.TdClassName
{
border-color: #505950;
}
.TagClassName
{
border-color: #505950;
}
</style>