Shades of Nandor #505B50
Tints of Nandor #505B50
RGB
CMYK
RGB Variations
Color information
#505B50 (or 0x505B50) is known color: Nandor. HEX triplet: 50, 5B and 50. RGB value is (80,91,80). Sum of RGB (Red+Green+Blue) = 80+91+80=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 91 - color contains mainly: green. Hex color #505B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B50 is #AFA4AF. Grayscale: #565656. Windows color (decimal): -11510960 or 5266256. OLE color: 5266256.
HSL color Cylindrical-coordinate representation of color #505B50: hue angle of 120º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #505B50 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 91 | 80 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.64 |
| HSL | 120º | 0.06% | 0.34% | - |
| HSV(B) | 120º | 0.12% | 0.36% | - |
| XYZ | 8.5 | 9.77 | 9.03 | - |
| YUV | 86.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 80 | 0.12 | 0 | 0.12 | 0.64 | 120 | 0.06 | 0.34 |
| Hex | 50 | 5B | 50 | C | 0 | C | 40 | 78 | 6 | 22 |
| Octal | 120 | 133 | 120 | 14 | 0 | 14 | 100 | 170 | 6 | 42 |
| Binary | 1010000 | 1011011 | 1010000 | 1100 | 0 | 1100 | 1000000 | 1111000 | 110 | 100010 |
Color Harmonies of #505B50
Complementary color
Monochromatic Colors of #505B50
Black with #505B50
Text Example
Text Example
White with #505B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B50; }
p { color: rgb(80,91,80); }
H1.HeaderClassName
{
color: #505B50;
}
.AnyTagClassName
{
color: #505B50;
}
</style>
background-color css
<style>
a { background-color: #505B50; }
a { background-color: rgb(80,91,80); }
div.DivClassName
{
background-color: #505B50;
}
.BgClassName
{
background-color: #505B50;
}
</style>
border-color css
<style>
span { border-color: #505B50; }
span { border-color: rgb(80,91,80); }
td.TdClassName
{
border-color: #505B50;
}
.TagClassName
{
border-color: #505B50;
}
</style>