Shades of Nandor #506550
Tints of Nandor #506550
RGB
CMYK
RGB Variations
Color information
#506550 (or 0x506550) is known color: Nandor. HEX triplet: 50, 65 and 50. RGB value is (80,101,80). Sum of RGB (Red+Green+Blue) = 80+101+80=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 101 - color contains mainly: green. Hex color #506550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506550 is #AF9AAF. Grayscale: #5C5C5C. Windows color (decimal): -11508400 or 5268816. OLE color: 5268816.
HSL color Cylindrical-coordinate representation of color #506550: hue angle of 120º 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 #506550 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 101 | 80 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.60 |
| HSL | 120º | 0.12% | 0.35% | - |
| HSV(B) | 120º | 0.21% | 0.4% | - |
| XYZ | 9.41 | 11.59 | 9.33 | - |
| YUV | 92.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 80 | 0.21 | 0 | 0.21 | 0.60 | 120 | 0.12 | 0.35 |
| Hex | 50 | 65 | 50 | 15 | 0 | 15 | 3C | 78 | C | 23 |
| Octal | 120 | 145 | 120 | 25 | 0 | 25 | 74 | 170 | 14 | 43 |
| Binary | 1010000 | 1100101 | 1010000 | 10101 | 0 | 10101 | 111100 | 1111000 | 1100 | 100011 |
Color Harmonies of #506550
Complementary color
Monochromatic Colors of #506550
Black with #506550
Text Example
Text Example
White with #506550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506550; }
p { color: rgb(80,101,80); }
H1.HeaderClassName
{
color: #506550;
}
.AnyTagClassName
{
color: #506550;
}
</style>
background-color css
<style>
a { background-color: #506550; }
a { background-color: rgb(80,101,80); }
div.DivClassName
{
background-color: #506550;
}
.BgClassName
{
background-color: #506550;
}
</style>
border-color css
<style>
span { border-color: #506550; }
span { border-color: rgb(80,101,80); }
td.TdClassName
{
border-color: #506550;
}
.TagClassName
{
border-color: #506550;
}
</style>