Shades of Nandor #505D50
Tints of Nandor #505D50
RGB
CMYK
RGB Variations
Color information
#505D50 (or 0x505D50) is known color: Nandor. HEX triplet: 50, 5D and 50. RGB value is (80,93,80). Sum of RGB (Red+Green+Blue) = 80+93+80=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 93 - color contains mainly: green. Hex color #505D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D50 is #AFA2AF. Grayscale: #575757. Windows color (decimal): -11510448 or 5266768. OLE color: 5266768.
HSL color Cylindrical-coordinate representation of color #505D50: hue angle of 120º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #505D50 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 93 | 80 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.64 |
| HSL | 120º | 0.08% | 0.34% | - |
| HSV(B) | 120º | 0.14% | 0.36% | - |
| XYZ | 8.67 | 10.11 | 9.08 | - |
| YUV | 87.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 80 | 0.14 | 0 | 0.14 | 0.64 | 120 | 0.08 | 0.34 |
| Hex | 50 | 5D | 50 | E | 0 | E | 40 | 78 | 8 | 22 |
| Octal | 120 | 135 | 120 | 16 | 0 | 16 | 100 | 170 | 10 | 42 |
| Binary | 1010000 | 1011101 | 1010000 | 1110 | 0 | 1110 | 1000000 | 1111000 | 1000 | 100010 |
Color Harmonies of #505D50
Complementary color
Monochromatic Colors of #505D50
Black with #505D50
Text Example
Text Example
White with #505D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D50; }
p { color: rgb(80,93,80); }
H1.HeaderClassName
{
color: #505D50;
}
.AnyTagClassName
{
color: #505D50;
}
</style>
background-color css
<style>
a { background-color: #505D50; }
a { background-color: rgb(80,93,80); }
div.DivClassName
{
background-color: #505D50;
}
.BgClassName
{
background-color: #505D50;
}
</style>
border-color css
<style>
span { border-color: #505D50; }
span { border-color: rgb(80,93,80); }
td.TdClassName
{
border-color: #505D50;
}
.TagClassName
{
border-color: #505D50;
}
</style>